Skip to content

Commit 19df6c8

Browse files
authored
DOCSP-48609-add-mongosync-notes (#691) (#700)
* DOCSP-48609-add-mongosync-notes * copy * move section * feedback * nits * feedback * feedback * add (cherry picked from commit db46be3)
1 parent 4a21ef8 commit 19df6c8

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

source/reference/limitations.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

source/reference/mongosync/mongosync-behavior.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
139151
Multiple Clusters
140152
~~~~~~~~~~~~~~~~~
141153

0 commit comments

Comments
 (0)