File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,9 @@ Sharded Clusters
150150 returns an error and stops, which requires you to start the migration
151151 from scratch.
152152
153+ - ``mongosync`` doesn't support running the command :dbcommand:`transitionFromDedicatedConfigServer`
154+ during execution.
155+
153156- You must not run the :dbcommand:`moveChunk` and
154157 :dbcommand:`moveRange` commands on the source or destination clusters.
155158- The shard key cannot be :ref:`refined <shard-key-refine>` while
Original file line number Diff line number Diff line change @@ -190,6 +190,18 @@ primary shard to each database by means of a round-robin.
190190 restart the migration from the start. For more information, see
191191 :ref:`c2c-sharded-limitations`.
192192
193+ Config Shard Cluster
194+ ''''''''''''''''''''
195+
196+ Starting in 8.0, MongoDB introduces support for config shard clusters, also known
197+ as embedded config server clusters.
198+
199+ ``mongosync`` supports sync from dedicated config server sharded clusters to
200+ embedded config server sharded clusters and vice versa. Additionally, ``mongosync``
201+ supports sync from replica sets to config sharded clusters, but not vice versa.
202+
203+ To learn more about embedded config servers, see :ref:`config-shard-concept`.
204+
193205Multiple Clusters
194206~~~~~~~~~~~~~~~~~
195207
You can’t perform that action at this time.
0 commit comments