Skip to content

Commit db46be3

Browse files
authored
DOCSP-48609-add-mongosync-notes (#691)
* DOCSP-48609-add-mongosync-notes * copy * move section * feedback * nits * feedback * feedback * add
1 parent c1b61ee commit db46be3

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

Diff for: source/reference/limitations.txt

+3
Original file line numberDiff line numberDiff 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

Diff for: source/reference/mongosync/mongosync-behavior.txt

+12
Original file line numberDiff line numberDiff 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+
193205
Multiple Clusters
194206
~~~~~~~~~~~~~~~~~
195207

0 commit comments

Comments
 (0)