File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,11 @@ Sharding Parameters
242
242
To sync from a replica set to a sharded cluster, set the
243
243
``sharding`` option to shard collections on the destination cluster.
244
244
245
+ ``mongosync`` throws an error if the ``sharding`` option is not set when
246
+ syncing from a replica set to a sharded cluster. ``mongosync`` also
247
+ throws an error if the ``sharding`` option is set with any other
248
+ configuration.
249
+
245
250
The ``sharding`` option has the following parameters:
246
251
247
252
.. list-table::
@@ -293,11 +298,6 @@ The ``sharding`` option has the following parameters:
293
298
294
299
For more information, see :ref:`shard-key`.
295
300
296
- ``mongosync`` throws an error if the ``sharding`` option is not set when
297
- syncing from a replica set to a sharded cluster. ``mongosync`` also
298
- throws an error if the ``sharding`` option is set with any other
299
- configuration.
300
-
301
301
Response
302
302
--------
303
303
You can’t perform that action at this time.
0 commit comments