Skip to content

PKI Server Subsystem Database Replication CLI

Endi S. Dewata edited this page Nov 22, 2021 · 9 revisions

Overview (Not Implemented)

The pki-server <subsystem>-db-repl commands can be used to manage subsystem database replication.

Setting Up Replication

$ pki-server <subsystem>-db-repl-setup \
    --master-replication-port <port> \
    --replica-replication-port <port> \
    --replication-security <security>

Adding Replication Manager

$ pki-server <subsystem>-db-repl-enable-add <name> --password <password>

Removing Replication Manager

$ pki-server <subsystem>-db-repl-manager-del <name>
Clone this wiki locally