This repository was archived by the owner on May 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
source/reference/mongosync Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,13 @@ Primary Shards
172
172
When you sync to a sharded destination cluster, ``mongosync`` assigns a
173
173
primary shard to each database by means of a round-robin.
174
174
175
+ .. warning::
176
+
177
+ Running :dbcommand:`movePrimary` on the source or destination cluster
178
+ during migration may result in a fatal error or require you to
179
+ restart the migration from the start. For more information, see
180
+ :ref:`c2c-sharded-limitations`.
181
+
175
182
Embedded Config Server Shards
176
183
'''''''''''''''''''''''''''''
177
184
@@ -181,13 +188,6 @@ Starting in 8.0. MongoDB introduces support for embedded config server shards.
181
188
embedded config server sharded clusters and vice versa. Additionally, ``mongosync``
182
189
supports sync from replica sets to embedded config sharded clusters.
183
190
184
- .. warning::
185
-
186
- Running :dbcommand:`movePrimary` on the source or destination cluster
187
- during migration may result in a fatal error or require you to
188
- restart the migration from the start. For more information, see
189
- :ref:`c2c-sharded-limitations`.
190
-
191
191
Multiple Clusters
192
192
~~~~~~~~~~~~~~~~~
193
193
You can’t perform that action at this time.
0 commit comments