File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -86,15 +86,17 @@ Sharded Clusters
86
86
- Sync from a replica set to a sharded cluster has the following
87
87
limitations:
88
88
89
- - Collections included in the ``sharding.shardingEntries`` option for the
90
- :ref:`c2c-api-start` command cannot be renamed to use a different
91
- database while ``mongosync`` is running.
92
- - When using the ``sharding.createSupprtingIndexes`` option to create indexes
93
- supporting shard keys on the destination cluster during sync,
94
- you cannot create these indexes afterwards on the source cluster.
89
+ - Collections included in the ``sharding.shardingEntries`` option for
90
+ the :ref:`c2c-api-start` command cannot be renamed to use a
91
+ different database while ``mongosync`` is running.
92
+ - When using the ``sharding.createSupportingIndexes`` option to create
93
+ indexes supporting shard keys on the destination cluster during
94
+ sync, you cannot create these indexes afterwards on the source
95
+ cluster.
95
96
96
- The index must either exist before ``mongosync`` starts or be created after
97
- the migration is complete and ``mongosync`` has stopped.
97
+ The index must either exist before ``mongosync`` starts or be
98
+ created after the migration is complete and ``mongosync`` has
99
+ stopped.
98
100
- Within a collection, the ``_id`` field must be unique across all of
99
101
the shards in the cluster. See :ref:`sharded-clusters-unique-indexes`
100
102
for more details.
You can’t perform that action at this time.
0 commit comments