This repository was archived by the owner on May 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -150,8 +150,8 @@ Sharded Clusters
150
150
returns an error and stops, which requires you to start the migration
151
151
from scratch.
152
152
153
- - :dbcommand:`transitionFromDedicatedConfigServer` is not supported during
154
- ``mongosync`` execution.
153
+ - ``mongosync`` doesn't support running the command :dbcommand:`transitionFromDedicatedConfigServer`
154
+ during ``mongosync`` execution.
155
155
156
156
- You must not run the :dbcommand:`moveChunk` and
157
157
:dbcommand:`moveRange` commands on the source or destination clusters.
Original file line number Diff line number Diff line change @@ -182,12 +182,14 @@ primary shard to each database by means of a round-robin.
182
182
Embedded Config Server Shards
183
183
'''''''''''''''''''''''''''''
184
184
185
- Starting in 8.0. MongoDB introduces support for embedded config server shards.
185
+ Starting in 8.0, MongoDB introduces support for embedded config server shards.
186
186
187
187
``mongosync`` supports sync from dedicated config server sharded clusters to
188
188
embedded config server sharded clusters and vice versa. Additionally, ``mongosync``
189
189
supports sync from replica sets to embedded config sharded clusters.
190
190
191
+ For more information, see :ref:`config-shard-concept`.
192
+
191
193
Multiple Clusters
192
194
~~~~~~~~~~~~~~~~~
193
195
You can’t perform that action at this time.
0 commit comments