@@ -73,10 +73,6 @@ General Limitations
73
73
- `Queryable Encryption
74
74
<https://www.mongodb.com/docs/v6.0/core/queryable-encryption/>`__
75
75
isn't supported.
76
- - After you replace the ``mongosync`` binary during an upgrade or a
77
- downgrade, you should drop all non-system databases in the destination
78
- cluster before starting the new binary. Syncing operations will
79
- restart from the beginning when you start the new processes.
80
76
- You cannot sync a collection that has a unique index and a non-unique
81
77
index defined on the same field(s).
82
78
@@ -102,9 +98,11 @@ Sharded Clusters
102
98
- Sync from a replica set to a sharded cluster has the following
103
99
limitations:
104
100
105
- - Collections included in the ``sharding.shardingEntries`` option for
106
- the :ref:`c2c-api-start` command cannot be renamed to use a
107
- different database while ``mongosync`` is running.
101
+ - ``mongosync`` allows users to rename collections that the
102
+ ``sharding.shardingEntries`` option for the :ref:`c2c-api-start`
103
+ command includes during sync. To see limitations on renaming
104
+ collections while ``mongosync`` is running, see :ref:`Renaming
105
+ During Sync <rename-during-sync>`.
108
106
- When using the ``sharding.createSupportingIndexes`` option to create
109
107
indexes supporting shard keys on the destination cluster during
110
108
sync, you cannot create these indexes afterwards on the source
@@ -135,9 +133,9 @@ Sharded Clusters
135
133
syncing.
136
134
- The shard key cannot be modified using :dbcommand:`reshardCollection`
137
135
during syncing.
138
- - The maximum number of :ref:`shard key indexes
139
- <sharding-shard-key-indexes>` is one lower than normal, 63 instead of
140
- 64.
136
+ - The maximum number of indexes per sharded collection is 63, which is
137
+ one less than the :ref:`default limit
138
+ <limit-number-of-indexes-per-collection>` of 64.
141
139
- ``mongosync`` only supports syncing sharded collections that have
142
140
default :ref:`collation <collation>` settings.
143
141
0 commit comments