Add Cluster

blobcity>add-cluster <ip> <mode>
blobcity>add-cluster <ip> <mode> <port>

Adds an entire cluster to the existing cluster on which this command is run. This operation is used to connect real-time or delayed replication backup clusters to your primary cluster.

The mode can be one of the following:

ModeDetails
r-repIndicates the remote cluster will replicate the primary cluster in real-time. Transactions in primary cluster will halt until the same are performed in the replica cluster.
d-repIndicates the remove cluster will replicate the primary cluster in a delayed sync manner. It will
replicate data as close to real-time as possible, but transactions on primary cluster will not halt until the same are executed on the replica cluster.