Skip to content

Commit cc09a0e

Browse files
authored
(DOCSP-36980): Adds warning about MongoDB upgrades from 5.0 to 6.0. (#226)
@douglasvinter and @JuliaMongo, I added a note with a reference to the manual documentation about upgrades from MongoDB 5.0 to 6.0 and the requirement to refresh the cached routing table for each mongos. <!-- Add a description of your PR here (optional) --> - [DOCSP-36980](https://jira.mongodb.org/browse/DOCSP-36980) - [STAGING: UI & K8s](https://preview-mongodbcorryroot.gatsbyjs.io/ops-manager/DOCSP-36980/tutorial/edit-deployment/#mongodb-version) - [STAGING: API](https://preview-mongodbcorryroot.gatsbyjs.io/ops-manager/DOCSP-36980/tutorial/update-mongodb-version-of-deployment-via-api/#considerations) - [LATEST BUILD LOG](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=665f159dcf5bec1c2940c8c2) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent 31237c9 commit cc09a0e

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

source/includes/considerations-change-mongodb-version.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
compatibility issues before changing a deployment's MongoDB version:
33

44
- :manual:`The MongoDB Release Notes </release-notes>`
5+
6+
.. include:: /includes/fact-mongodb-5.0-to-6.0.rst
57

68
- The documentation for your driver.
79

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. warning:: Upgrades from MongoDB 5.0 to 6.0
2+
3+
When you upgrade a sharded cluster from MongoDB 5.0 to 6.0, you
4+
must use the procedure on the
5+
:manual:`Upgrade a Sharded Cluster to 6.0
6+
</release-notes/6.0-upgrade-sharded-cluster/>` page of the MongoDB
7+
Manual to refresh the cached routing table for each |mongos|.

source/tutorial/edit-deployment.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Considerations
4949
name: Kubernetes
5050
content: |
5151

52+
.. include:: /includes/fact-mongodb-5.0-to-6.0.rst
53+
5254
All Changes are Clusterwide
5355
~~~~~~~~~~~~~~~~~~~~~~~~~~~
5456

source/tutorial/update-mongodb-version-of-deployment-via-api.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ as would be the case if you used the tutorial to
2020

2121
.. include:: /includes/fact-groups-projects-synonyms.rst
2222

23-
Consideration
24-
-------------
23+
Considerations
24+
--------------
2525

2626
The |api| supports most MongoDB settings and parameters for MongoDB
2727
versions 2.6 and later. To learn more, see
2828
:ref:`om-unsupported-mdb-settings`.
2929

30+
.. include:: /includes/fact-mongodb-5.0-to-6.0.rst
31+
3032
.. _api-tutorial-update-mongodb-version-variables:
3133

3234
Variables for API Resources to Update MongoDB Version

0 commit comments

Comments
 (0)