Skip to content

Commit d065065

Browse files
authored
DOCSP-23928 merges cherry-pick (#81)
1 parent 76d4b35 commit d065065

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/reference/limitations.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ General Limitations
3838
- The destination cluster must be empty.
3939
- ``mongosync`` does not validate that the clusters or the environment
4040
are properly configured.
41-
- The primary shard cannot be :dbcommand:`reassigned <movePrimary>`
42-
while syncing.
4341
- Other clients must not write to the destination cluster while
4442
``mongosync`` is running.
4543
- If write blocking is disabled, the client must :ref:`prevent writes
@@ -50,7 +48,7 @@ General Limitations
5048
- Network compression is not supported.
5149
- :dbcommand:`applyOps` operations from the source cluster are not
5250
supported.
53-
- The :data:`system.js <<database>.system.js>` collection is not
51+
- :ref:`system.* collections <metadata-system-collections>` are not
5452
replicated.
5553
- Documents that have dollar (``$``) prefixed field names are not
5654
supported. See :ref:`Field Names with Periods and Dollar Signs
@@ -86,7 +84,8 @@ Sharded Clusters
8684
- Replica set to sharded cluster.
8785
- Sharded cluster to replica set.
8886
- Unequal numbers of source and destination shards.
89-
87+
- The :dbcommand:`movePrimary` command cannot be used to reassign the primary
88+
shard while syncing
9089
- There is no replication for zone configuration. ``mongosync``
9190
replicates data, it does not inherit zones.
9291
- Shards cannot be added or removed while synchronizing.

0 commit comments

Comments
 (0)