File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,11 @@ Sharding Parameters
237
237
To sync from a replica set to a sharded cluster, set the
238
238
``sharding`` option to shard collections on the destination cluster.
239
239
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
+
240
245
The ``sharding`` option has the following parameters:
241
246
242
247
.. list-table::
@@ -288,11 +293,6 @@ The ``sharding`` option has the following parameters:
288
293
289
294
For more information, see :ref:`shard-key`.
290
295
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
-
296
296
Response
297
297
--------
298
298
You can’t perform that action at this time.
0 commit comments