Skip to content

Commit 36316e9

Browse files
stbrodykay-kim
authored andcommitted
Don't use 'force' when stepping down config servers for CSRS->SCCC downgrade
Signed-off-by: kay <[email protected]>
1 parent 6d39cf5 commit 36316e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-3.2-downgrade-sharded-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ content: |
9292
9393
.. code-block:: javascript
9494
95-
db.adminCommand( { replSetStepDown: 360, secondaryCatchUpPeriodSecs: 300, force: true })
95+
db.adminCommand( { replSetStepDown: 360, secondaryCatchUpPeriodSecs: 300 })
9696
9797
#. Shut down all members of the config server replica set,
9898
the :program:`mongos` instances, and the shards.

0 commit comments

Comments
 (0)