@@ -24,14 +24,14 @@ Limitations
24
24
General Limitations
25
25
-------------------
26
26
27
- .. note::
27
+ .. note::
28
28
29
- For information on MongoDB server compatility, see
29
+ For information on MongoDB server compatility, see
30
30
:ref:`c2c-server-version-compatibility`.
31
31
32
32
- The destination cluster must be empty.
33
33
- ``mongosync`` doesn't validate that the clusters or the environment
34
- are properly configured.
34
+ are properly configured.
35
35
- Other clients must not write to the destination cluster while
36
36
``mongosync`` is running.
37
37
- If write blocking is disabled, the client must :ref:`prevent writes
@@ -52,6 +52,7 @@ General Limitations
52
52
- You cannot sync a collection that has a unique index and a non-unique
53
53
index defined on the same field(s).
54
54
- .. include:: /includes/fact-atlas-require-indexes-limitation.rst
55
+ - ``mongosync`` doesn't sync users or roles.
55
56
56
57
MongoDB Community Edition
57
58
-------------------------
@@ -60,7 +61,7 @@ MongoDB does not test {+c2c-product-name+} with Community builds and in
60
61
most cases, MongoDB does not offer support for {+c2c-product-name+} with
61
62
Community deployments. If you would like to use {+c2c-product-name+}
62
63
with MongoDB Community Edition, contact a MongoDB sales representative
63
- to discuss requirements and individualized options.
64
+ to discuss requirements and individualized options.
64
65
65
66
Unsupported Collection Types
66
67
----------------------------
@@ -81,12 +82,12 @@ Sharded Clusters
81
82
``sharding.shardingEntries`` option for the :ref:`c2c-api-start`
82
83
command includes during sync. To see limitations on renaming
83
84
collections while ``mongosync`` is running, see :ref:`Renaming
84
- During Sync <rename-during-sync>`.
85
+ During Sync <rename-during-sync>`.
85
86
- When using the ``sharding.createSupportingIndexes`` option to create
86
87
indexes supporting shard keys on the destination cluster during
87
88
sync, you cannot create these indexes afterwards on the source
88
- cluster.
89
-
89
+ cluster.
90
+
90
91
The index must either exist before ``mongosync`` starts or be
91
92
created after the migration is complete and ``mongosync`` has
92
93
stopped.
@@ -99,9 +100,9 @@ Sharded Clusters
99
100
- There is no replication for zone configuration. ``mongosync``
100
101
replicates data, it doesn't inherit zones.
101
102
- Shards cannot be added or removed while syncing.
102
- - ``mongosync`` only syncs indexes that exist on all shards.
103
+ - ``mongosync`` only syncs indexes that exist on all shards.
103
104
- ``mongosync`` only syncs indexes that have consistent index
104
- specifications on all shards.
105
+ specifications on all shards.
105
106
106
107
.. note::
107
108
@@ -114,9 +115,9 @@ Sharded Clusters
114
115
during syncing.
115
116
- The maximum number of indexes per sharded collection is 63, which is
116
117
one less than the :ref:`default limit
117
- <limit-number-of-indexes-per-collection>` of 64.
118
- - ``mongosync`` only supports syncing sharded collections that have
119
- default :ref:`collation <collation>` settings.
118
+ <limit-number-of-indexes-per-collection>` of 64.
119
+ - ``mongosync`` only supports syncing sharded collections that have
120
+ default :ref:`collation <collation>` settings.
120
121
121
122
Reversing
122
123
---------
0 commit comments