@@ -29,11 +29,15 @@ content: |
2929
3030 Downgrade the shards one at a time. If the shards are replica sets, for each shard:
3131
32- 1 . Downgrade the :ref:`secondary <replica-set-secondary-members>`
32+ a . Downgrade the :ref:`secondary <replica-set-secondary-members>`
3333 members of the replica set one at a time:
3434
35- a. Shut down the :binary:`~bin.mongod` instance and replace the |newversion|
36- binary with the |oldversion| binary.
35+ i. :ref:`Perform a clean shut down <terminate-mongod-processes>`
36+ of the :binary:`~bin.mongod` process.
37+
38+ .. include:: /includes/note-clean-shutdown.rst
39+
40+ #. Replace the |newversion| binary with the |oldversion| binary.
3741
3842 #. Start the |oldversion| binary with the ``--shardsvr`` and
3943 ``--port`` command line options. Include any other
@@ -42,7 +46,8 @@ content: |
4246
4347 .. code-block:: sh
4448
45- mongod --shardsvr --port <port> --dbpath <path> --bind_ip localhost,<ip address>
49+ mongod --shardsvr --port <port> --dbpath <path> \
50+ --bind_ip localhost,<ip address>
4651
4752 Or if using a :doc:`configuration file
4853 </reference/configuration-options>`, update the file to
@@ -118,10 +123,10 @@ ref: 3.6-downgrade-config-servers
118123content : |-
119124 If the config servers are replica sets:
120125
121- 1 . Downgrade the :ref:`secondary <replica-set-secondary-members>`
126+ a . Downgrade the :ref:`secondary <replica-set-secondary-members>`
122127 members of the replica set one at a time:
123128
124- a . Shut down the secondary :binary:`~bin.mongod` instance and replace
129+ i . Shut down the secondary :binary:`~bin.mongod` instance and replace
125130 the |newversion| binary with the |oldversion| binary.
126131
127132 #. Start the |oldversion| binary with both the ``--configsvr`` and
@@ -160,7 +165,7 @@ content: |-
160165
161166 #. Step down the replica set primary.
162167
163- a . Connect a :binary:`~bin.mongo` shell to the primary and use
168+ i . Connect a :binary:`~bin.mongo` shell to the primary and use
164169 :method:`rs.stepDown()` to step down the primary and force an
165170 election of a new primary:
166171
0 commit comments