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 @@ -231,6 +231,11 @@ Sharding Parameters
231
231
To sync from a replica set to a sharded cluster, set the
232
232
``sharding`` option to shard collections on the destination cluster.
233
233
234
+ ``mongosync`` throws an error if the ``sharding`` option is not set when
235
+ syncing from a replica set to a sharded cluster. ``mongosync`` also
236
+ throws an error if the ``sharding`` option is set with any other
237
+ configuration.
238
+
234
239
The ``sharding`` option has the following parameters:
235
240
236
241
.. list-table::
@@ -282,11 +287,6 @@ The ``sharding`` option has the following parameters:
282
287
283
288
For more information, see :ref:`shard-key`.
284
289
285
- ``mongosync`` throws an error if the ``sharding`` option is not set when
286
- syncing from a replica set to a sharded cluster. ``mongosync`` also
287
- throws an error if the ``sharding`` option is set with any other
288
- configuration.
289
-
290
290
Response
291
291
--------
292
292
You can’t perform that action at this time.
0 commit comments