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
231231To sync from a replica set to a sharded cluster, set the
232232``sharding`` option to shard collections on the destination cluster.
233233
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+
234239The ``sharding`` option has the following parameters:
235240
236241.. list-table::
@@ -282,11 +287,6 @@ The ``sharding`` option has the following parameters:
282287
283288 For more information, see :ref:`shard-key`.
284289
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-
290290Response
291291--------
292292
You can’t perform that action at this time.
0 commit comments