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 @@ -235,6 +235,11 @@ Sharding Parameters
235235To sync from a replica set to a sharded cluster, set the
236236``sharding`` option to shard collections on the destination cluster.
237237
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+
238243The ``sharding`` option has the following parameters:
239244
240245.. list-table::
@@ -286,11 +291,6 @@ The ``sharding`` option has the following parameters:
286291
287292 For more information, see :ref:`shard-key`.
288293
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-
294294Response
295295--------
296296
You can’t perform that action at this time.
0 commit comments