From 3a120443797d4424aefce16ae060e6f5b1643131 Mon Sep 17 00:00:00 2001 From: Anika Malhotra Date: Tue, 18 Mar 2025 09:24:01 -0400 Subject: [PATCH] DOCSP-48393-reorder-shardingEntries-note --- source/reference/api/start.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/reference/api/start.txt b/source/reference/api/start.txt index 8fcb4564d..b1708ec8b 100644 --- a/source/reference/api/start.txt +++ b/source/reference/api/start.txt @@ -242,6 +242,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:: @@ -293,11 +298,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 --------