Skip to content

Commit a331d67

Browse files
author
Sam Kleinman
committed
DOCS-290 update 2.2 upgrade instructions
1 parent da273e9 commit a331d67

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

source/release-notes/2.2.txt

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Preparation
1818
~~~~~~~~~~~
1919

2020
If your MongoDB deployment uses authentication, upgrade your drivers
21-
(i.e. client libraries) before upgrading your :program:`mongod`
22-
instances.
21+
(i.e. client libraries) and and :program:`mongos` instances before
22+
upgrading your :program:`mongod` instances.
2323

2424
.. TODO insert the following line if we eventually have a section on
2525
this change. See the :ref:`driver changes <2.2-driver-changes>`
@@ -29,7 +29,7 @@ Read through all release notes before upgrading, and ensure that no
2929
changes will affect your deployment.
3030

3131
2.2 processes can inter-operate with 2.0 and 1.8 tools and processes
32-
in replica sets and shard clusters, if you are not running with
32+
in replica sets and sharded clusters, if you are not running with
3333
authentication. As a result, you can safely upgrade the
3434
:program:`mongod` and :program:`mongos` components of your deployment
3535
in any order.
@@ -75,9 +75,14 @@ Upgrading a Shard Cluster
7575
If your cluster uses authentication, use the following upgrade
7676
procedure:
7777

78-
- Upgrade all :program:`mongos` instances first, in any order.
78+
- Upgrade all :program:`mongos` instances *first*, in any order.
7979

80-
- Upgrade all other cluster components. Use the :ref:`upgrade
80+
- Upgrade all of the :program:`mongod` config server instances *one at
81+
a time*. When you have *less* than *three* config servers active,
82+
the cluster will be read-only which will prevent (and abort) all
83+
chunk migrations and chunk splits.
84+
85+
- Upgrade all remaining cluster components. Use the :ref:`upgrade
8186
procedure for replica sets <2.2-upgrade-replica-set>` for each of
8287
the shards and the :ref:`stand alone <2.2-upgrade-standalone>`
8388
procedure for each of the config servers. You may upgrade the

0 commit comments

Comments
 (0)