startClusterReplication
Syntax
startClusterReplication()
Arguments
None
Details
Starts the cluster replication that was stopped due to repeated failures or by
calling stopClusterReplication.
It can only be executed by an administrator on the controller of a master/slave cluster. The configuration parameter replicationMode should be specified before you execute this command.
Example
startClusterReplication();
Related functions: stopClusterReplication, skipClusterReplicationTask
