File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -235,6 +235,11 @@ Sharding Parameters
235
235
To sync from a replica set to a sharded cluster, set the
236
236
``sharding`` option to shard collections on the destination cluster.
237
237
238
+ ``mongosync`` throws an error if the ``sharding`` option is not set when
239
+ syncing from a replica set to a sharded cluster. ``mongosync`` also
240
+ throws an error if the ``sharding`` option is set with any other
241
+ configuration.
242
+
238
243
The ``sharding`` option has the following parameters:
239
244
240
245
.. list-table::
@@ -286,11 +291,6 @@ The ``sharding`` option has the following parameters:
286
291
287
292
For more information, see :ref:`shard-key`.
288
293
289
- ``mongosync`` throws an error if the ``sharding`` option is not set when
290
- syncing from a replica set to a sharded cluster. ``mongosync`` also
291
- throws an error if the ``sharding`` option is set with any other
292
- configuration.
293
-
294
294
Response
295
295
--------
296
296
You can’t perform that action at this time.
0 commit comments