File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,24 @@ successively upgrade major releases until you have upgraded to
19
19
|oldseries |. For example, if you are running a |olderseries |, you must
20
20
|upgradefirst | *before * you can upgrade to |newversion |.
21
21
22
+ Check Driver Compatibility
23
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
24
+
25
+ Before you upgrade MongoDB, check that you're using a MongoDB
26
+ |newversion |-compatible driver. Consult the `driver documentation
27
+ <https://docs.mongodb.com/drivers/> `_ for your specific driver to verify
28
+ compatibility with MongoDB |newversion |.
29
+
30
+ Upgraded deployments that run on incompatible drivers might encounter
31
+ unexpected or undefined behavior.
32
+
22
33
Preparedness
23
34
~~~~~~~~~~~~
24
35
25
36
Before beginning your upgrade, see the |compatibility | document to
26
37
ensure that your applications and deployments are compatible with
27
- MongoDB |newversion |. Resolve the incompatibilities in your deployment before
28
- starting the upgrade.
38
+ MongoDB |newversion |. Resolve the incompatibilities in your deployment
39
+ before starting the upgrade.
29
40
30
41
Before upgrading MongoDB, always test your application in a staging
31
42
environment before deploying the upgrade to your production
You can’t perform that action at this time.
0 commit comments