File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1+ .. important ::
2+
3+ When the source or destination cluster is a sharded cluster, you must stop
4+ the balancer on both clusters and not run the :dbcommand: `moveChunk ` or
5+ :dbcommand: `moveRange ` commands for the duration of the migration. To stop
6+ the balancer, run the :dbcommand: `balancerStop ` command and wait for the
7+ command to complete.
Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ Sharded Clusters
101101cluster to the destination cluster. However ``mongosync`` does not
102102preserve the source cluster's sharding configuration.
103103
104+ .. include:: /includes/fact-mongosync-balancer.rst
105+
104106Pre-Split Chunks
105107''''''''''''''''
106108
Original file line number Diff line number Diff line change @@ -18,13 +18,7 @@ There are two ways to synchronize :ref:`sharded clusters
1818loaded clusters, use one ``mongosync`` instance for each shard on the
1919source cluster.
2020
21- .. important::
22-
23- When the source or destination cluster is a sharded cluster, stop the
24- balancer on both clusters and don't run the :dbcommand:`moveChunk` or
25- :dbcommand:`moveRange` commands for the entire lifetime of the
26- migration. To stop the balancer, run the :dbcommand:`balancerStop`
27- command and wait for the command to complete.
21+ .. include:: /includes/fact-mongosync-balancer.rst
2822
2923.. _c2c-sharded-config-single:
3024
You can’t perform that action at this time.
0 commit comments