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
101
101
cluster to the destination cluster. However ``mongosync`` does not
102
102
preserve the source cluster's sharding configuration.
103
103
104
+ .. include:: /includes/fact-mongosync-balancer.rst
105
+
104
106
Pre-Split Chunks
105
107
''''''''''''''''
106
108
Original file line number Diff line number Diff line change @@ -18,13 +18,7 @@ There are two ways to synchronize :ref:`sharded clusters
18
18
loaded clusters, use one ``mongosync`` instance for each shard on the
19
19
source cluster.
20
20
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
28
22
29
23
.. _c2c-sharded-config-single:
30
24
You can’t perform that action at this time.
0 commit comments