@@ -37,11 +37,8 @@ General Limitations
37
37
- The source and destination clusters must have the same Feature
38
38
Compatibility Version.
39
39
- The destination cluster must be empty.
40
- - DDL operations are currently not supported during syncing.
41
40
- ``mongosync`` does not validate that the clusters or the environment
42
41
are properly configured.
43
- - The primary shard cannot be :dbcommand:`reassigned <movePrimary>`
44
- while syncing.
45
42
- Other clients must not write to the destination cluster while
46
43
``mongosync`` is running.
47
44
- If write blocking is disabled, the client must :ref:`prevent writes
@@ -52,7 +49,7 @@ General Limitations
52
49
- Network compression is not supported.
53
50
- :dbcommand:`applyOps` operations from the source cluster are not
54
51
supported.
55
- - The :data :`system.js <<database>. system.js >` collection is not
52
+ - :ref :`system.* collections <metadata- system-collections >` are not
56
53
replicated.
57
54
- Documents that have dollar (``$``) prefixed field names are not
58
55
supported. See :ref:`Field Names with Periods and Dollar Signs
@@ -73,7 +70,6 @@ discuss your requirements.
73
70
Unsupported Collection Types
74
71
----------------------------
75
72
76
- - Collections with collation are currently not supported.
77
73
- Capped collections are currently not supported.
78
74
- Time-series collections are not supported.
79
75
@@ -88,7 +84,8 @@ Sharded Clusters
88
84
- Replica set to sharded cluster.
89
85
- Sharded cluster to replica set.
90
86
- Unequal numbers of source and destination shards.
91
-
87
+ - The :dbcommand:`movePrimary` command cannot be used to reassign the primary
88
+ shard while syncing
92
89
- There is no replication for zone configuration. ``mongosync``
93
90
replicates data, it does not inherit zones.
94
91
- Shards cannot be added or removed while synchronizing.
0 commit comments