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:
Mode | Details |
---|---|
r-rep | Indicates 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-rep | Indicates 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. |
Updated about 6 years ago