Skip to content

Commit 459cf3c

Browse files
authored
DOCSP-23928 Fixes relevant limitations (#79)
* DOCSP-23928 Fixes relevant limitations * DOCSP-23928 Fix per Lingzhi * DOCSP-23928 Fixes per Ashley
1 parent 7f0300e commit 459cf3c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

source/reference/limitations.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@ General Limitations
3737
- The source and destination clusters must have the same Feature
3838
Compatibility Version.
3939
- The destination cluster must be empty.
40-
- DDL operations are currently not supported during syncing.
4140
- ``mongosync`` does not validate that the clusters or the environment
4241
are properly configured.
43-
- The primary shard cannot be :dbcommand:`reassigned <movePrimary>`
44-
while syncing.
4542
- Other clients must not write to the destination cluster while
4643
``mongosync`` is running.
4744
- If write blocking is disabled, the client must :ref:`prevent writes
@@ -52,7 +49,7 @@ General Limitations
5249
- Network compression is not supported.
5350
- :dbcommand:`applyOps` operations from the source cluster are not
5451
supported.
55-
- The :data:`system.js <<database>.system.js>` collection is not
52+
- :ref:`system.* collections <metadata-system-collections>` are not
5653
replicated.
5754
- Documents that have dollar (``$``) prefixed field names are not
5855
supported. See :ref:`Field Names with Periods and Dollar Signs
@@ -73,7 +70,6 @@ discuss your requirements.
7370
Unsupported Collection Types
7471
----------------------------
7572

76-
- Collections with collation are currently not supported.
7773
- Capped collections are currently not supported.
7874
- Time-series collections are not supported.
7975

@@ -88,7 +84,8 @@ Sharded Clusters
8884
- Replica set to sharded cluster.
8985
- Sharded cluster to replica set.
9086
- Unequal numbers of source and destination shards.
91-
87+
- The :dbcommand:`movePrimary` command cannot be used to reassign the primary
88+
shard while syncing
9289
- There is no replication for zone configuration. ``mongosync``
9390
replicates data, it does not inherit zones.
9491
- Shards cannot be added or removed while synchronizing.

0 commit comments

Comments
 (0)