@@ -38,8 +38,6 @@ General Limitations
38
38
- The destination cluster must be empty.
39
39
- ``mongosync`` does not validate that the clusters or the environment
40
40
are properly configured.
41
- - The primary shard cannot be :dbcommand:`reassigned <movePrimary>`
42
- while syncing.
43
41
- Other clients must not write to the destination cluster while
44
42
``mongosync`` is running.
45
43
- If write blocking is disabled, the client must :ref:`prevent writes
@@ -50,7 +48,7 @@ General Limitations
50
48
- Network compression is not supported.
51
49
- :dbcommand:`applyOps` operations from the source cluster are not
52
50
supported.
53
- - The :data :`system.js <<database>. system.js >` collection is not
51
+ - :ref :`system.* collections <metadata- system-collections >` are not
54
52
replicated.
55
53
- Documents that have dollar (``$``) prefixed field names are not
56
54
supported. See :ref:`Field Names with Periods and Dollar Signs
@@ -86,7 +84,8 @@ Sharded Clusters
86
84
- Replica set to sharded cluster.
87
85
- Sharded cluster to replica set.
88
86
- Unequal numbers of source and destination shards.
89
-
87
+ - The :dbcommand:`movePrimary` command cannot be used to reassign the primary
88
+ shard while syncing
90
89
- There is no replication for zone configuration. ``mongosync``
91
90
replicates data, it does not inherit zones.
92
91
- Shards cannot be added or removed while synchronizing.
0 commit comments