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 @@ -237,6 +237,11 @@ Sharding Parameters
237237To sync from a replica set to a sharded cluster, set the
238238``sharding`` option to shard collections on the destination cluster.
239239
240+ ``mongosync`` throws an error if the ``sharding`` option is not set when
241+ syncing from a replica set to a sharded cluster. ``mongosync`` also
242+ throws an error if the ``sharding`` option is set with any other
243+ configuration.
244+
240245The ``sharding`` option has the following parameters:
241246
242247.. list-table::
@@ -288,11 +293,6 @@ The ``sharding`` option has the following parameters:
288293
289294 For more information, see :ref:`shard-key`.
290295
291- ``mongosync`` throws an error if the ``sharding`` option is not set when
292- syncing from a replica set to a sharded cluster. ``mongosync`` also
293- throws an error if the ``sharding`` option is set with any other
294- configuration.
295-
296296Response
297297--------
298298
You can’t perform that action at this time.
0 commit comments