@@ -47,11 +47,12 @@ procedure.
47
47
:term:`sharded cluster`, as described in
48
48
:ref:`sharding-balancing-disable-temporally`.
49
49
50
- #. Ensure there are no version 2.0 :program:`mongod` or :program:`mongos`
51
- processes still active in the sharded cluster. The automated upgrade process checks this, but
52
- network availability can prevent a definitive check. Wait 5 minutes
53
- after stopping or upgrading version 2.0 :program:`mongos` processes to confirm
54
- that none are still active.
50
+ #. Ensure there are no version 2.0 :program:`mongod` or
51
+ :program:`mongos` processes still active in the sharded
52
+ cluster. The automated upgrade process checks for 2.0 processes,
53
+ but network availability can prevent a definitive check. Wait 5
54
+ minutes after stopping or upgrading version 2.0 :program:`mongos`
55
+ processes to confirm that none are still active.
55
56
56
57
#. Start a single 2.4 :program:`mongos` process with
57
58
:setting:`configdb` pointing to the sharded cluster's :ref:`config
@@ -130,8 +131,8 @@ To resync the config servers:
130
131
#. :program:`mongodump` the data files of the active config server
131
132
(``configA``).
132
133
133
- #. Move the data files of the deactivated config servers (``configB`` and ``configC``)
134
- to a backup location.
134
+ #. Move the data files of the deactivated config servers (``configB``
135
+ and ``configC``) to a backup location.
135
136
136
137
#. Create new, empty :term:`data directories <dbpath>`.
137
138
0 commit comments