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
135
135
starting ``mongosync``. This gives the cluster time to
136
136
finish any in progress chunk migrations.
137
137
138
+ - ``mongosync`` doesn't support running the command :dbcommand:`transitionFromDedicatedConfigServer`
139
+ during execution.
140
+
138
141
- You must not run the :dbcommand:`moveChunk` and
139
142
:dbcommand:`moveRange` commands on the source or destination clusters.
140
143
- 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.
136
136
restart the migration from the start. For more information, see
137
137
:ref:`c2c-sharded-limitations`.
138
138
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
+
139
151
Multiple Clusters
140
152
~~~~~~~~~~~~~~~~~
141
153
You can’t perform that action at this time.
0 commit comments