Skip to content

Commit 34d6edc

Browse files
ajhuh-mdbandf-mongodb
authored andcommitted
DOCSP-5004 Add reminder to check driver compatibility before upgrading server
1 parent 58f20f9 commit 34d6edc

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

source/includes/upgrade-guidance-checklists.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,24 @@ successively upgrade major releases until you have upgraded to
1919
|oldseries|. For example, if you are running a |olderseries|, you must
2020
|upgradefirst| *before* you can upgrade to |newversion|.
2121

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+
2233
Preparedness
2334
~~~~~~~~~~~~
2435

2536
Before beginning your upgrade, see the |compatibility| document to
2637
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.
2940

3041
Before upgrading MongoDB, always test your application in a staging
3142
environment before deploying the upgrade to your production

0 commit comments

Comments
 (0)