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 @@ -135,6 +135,9 @@ Sharded Clusters
135135 starting ``mongosync``. This gives the cluster time to
136136 finish any in progress chunk migrations.
137137
138+ - ``mongosync`` doesn't support running the command :dbcommand:`transitionFromDedicatedConfigServer`
139+ during execution.
140+
138141- You must not run the :dbcommand:`moveChunk` and
139142 :dbcommand:`moveRange` commands on the source or destination clusters.
140143- The shard key cannot be :ref:`refined <shard-key-refine>` while
Original file line number Diff line number Diff line change @@ -136,6 +136,18 @@ primary shard to each database by means of a round-robin.
136136 restart the migration from the start. For more information, see
137137 :ref:`c2c-sharded-limitations`.
138138
139+ Config Shard Cluster
140+ ''''''''''''''''''''
141+
142+ Starting in 8.0, MongoDB introduces support for config shard clusters, also known
143+ as embedded config server clusters.
144+
145+ ``mongosync`` supports sync from dedicated config server sharded clusters to
146+ embedded config server sharded clusters and vice versa. Additionally, ``mongosync``
147+ supports sync from replica sets to config sharded clusters, but not vice versa.
148+
149+ To learn more about embedded config servers, see :ref:`config-shard-concept`.
150+
139151Multiple Clusters
140152~~~~~~~~~~~~~~~~~
141153
You can’t perform that action at this time.
0 commit comments