diff --git a/source/reference/limitations.txt b/source/reference/limitations.txt index 05aa3c1b0..d0c9be560 100644 --- a/source/reference/limitations.txt +++ b/source/reference/limitations.txt @@ -150,6 +150,9 @@ Sharded Clusters returns an error and stops, which requires you to start the migration from scratch. +- ``mongosync`` doesn't support running the command :dbcommand:`transitionFromDedicatedConfigServer` + during execution. + - You must not run the :dbcommand:`moveChunk` and :dbcommand:`moveRange` commands on the source or destination clusters. - The shard key cannot be :ref:`refined ` while diff --git a/source/reference/mongosync/mongosync-behavior.txt b/source/reference/mongosync/mongosync-behavior.txt index fa15cab4a..704257c64 100644 --- a/source/reference/mongosync/mongosync-behavior.txt +++ b/source/reference/mongosync/mongosync-behavior.txt @@ -179,6 +179,18 @@ primary shard to each database by means of a round-robin. restart the migration from the start. For more information, see :ref:`c2c-sharded-limitations`. +Config Shard Cluster +'''''''''''''''''''' + +Starting in 8.0, MongoDB introduces support for config shard clusters, also known +as embedded config server clusters. + +``mongosync`` supports sync from dedicated config server sharded clusters to +embedded config server sharded clusters and vice versa. Additionally, ``mongosync`` +supports sync from replica sets to config sharded clusters, but not vice versa. + +To learn more about embedded config servers, see :ref:`config-shard-concept`. + Multiple Clusters ~~~~~~~~~~~~~~~~~