Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

DOCSP-48393-reorder-shardingEntries-note-v1.8-backport (672) #677

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions source/reference/api/start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ Sharding Parameters
To sync from a replica set to a sharded cluster, set the
``sharding`` option to shard collections on the destination cluster.

``mongosync`` throws an error if the ``sharding`` option is not set when
syncing from a replica set to a sharded cluster. ``mongosync`` also
throws an error if the ``sharding`` option is set with any other
configuration.

The ``sharding`` option has the following parameters:

.. list-table::
Expand Down Expand Up @@ -240,11 +245,6 @@ The ``sharding`` option has the following parameters:

For more information, see :ref:`shard-key`.

``mongosync`` throws an error if the ``sharding`` option is not set when
syncing from a replica set to a sharded cluster. ``mongosync`` also
throws an error if the ``sharding`` option is set with any other
configuration.

Response
--------

Expand Down