File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,9 @@ Sharded Clusters
150
150
returns an error and stops, which requires you to start the migration
151
151
from scratch.
152
152
153
+ - ``mongosync`` doesn't support running the command :dbcommand:`transitionFromDedicatedConfigServer`
154
+ during execution.
155
+
153
156
- You must not run the :dbcommand:`moveChunk` and
154
157
:dbcommand:`moveRange` commands on the source or destination clusters.
155
158
- 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.
190
190
restart the migration from the start. For more information, see
191
191
:ref:`c2c-sharded-limitations`.
192
192
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
+
193
205
Multiple Clusters
194
206
~~~~~~~~~~~~~~~~~
195
207
You can’t perform that action at this time.
0 commit comments