@@ -98,8 +98,8 @@ Use the following procedure to upgrade a sharded cluster:
98
98
99
99
- Upgrade all :program:`mongos` instances *first*, in any order.
100
100
101
- - Upgrade all of the :program:`mongod` config server instances *one at
102
- a time* using the :ref:`stand alone <2.2-upgrade-standalone>` procedure.
101
+ - Upgrade all of the :program:`mongod` config server instances
102
+ using the :ref:`stand alone <2.2-upgrade-standalone>` procedure.
103
103
To keep the cluster online, be that at all times at least one config
104
104
server is up.
105
105
@@ -225,24 +225,15 @@ MongoDB 2.2 provides more reliable and robust support for
225
225
authentication clients, including drivers and :program:`mongos`
226
226
instances.
227
227
228
- If your :program:`mongod` instances or cluster runs with
229
- authentication:
230
-
231
- - In sharded environments, 2.0 version :program:`mongos` instances are
232
- **not** compatible with 2.2 shard clusters running with
233
- authentication.
234
-
235
- To ensure that your cluster remains available during the upgrade
236
- process you **must** use the :ref:`upgrade procedure for shard clusters
237
- <2.2-upgrade-shard-cluster>` and upgrade all :program:`mongos`
238
- instances *before* upgrading the shard.
228
+ If your cluster runs with authentication:
239
229
240
230
- For all drivers, use the latest release of your driver and check
241
231
its release notes.
242
232
243
- Drivers and :program:`mongos` instances that connect to
244
- :program:`mongod` instances that do *not* have authentication enabled
245
- are not affected by this issue.
233
+ - In sharded environments,
234
+ to ensure that your cluster remains available during the upgrade
235
+ process you **must** use the :ref:`upgrade procedure for shard clusters
236
+ <2.2-upgrade-shard-cluster>`.
246
237
247
238
.. _2.2-findandmodify-returns-null:
248
239
0 commit comments