Skip to content

Commit 7687d93

Browse files
authored
DOCSP-23184 adds links to upgrade procedures (#1221)
* adds links to upgrade procedures * internal review updates
1 parent ed356a3 commit 7687d93

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

source/release-notes/6.0.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,30 @@ a detailed list of compatibility changes, see
668668
Upgrade Procedures
669669
------------------
670670

671+
.. important:: Feature Compatibility Version
672+
673+
To upgrade to MongoDB 6.0 from a 5.0 deployment, the 5.0 deployment
674+
must have ``featureCompatibilityVersion`` set to ``5.0``. To check
675+
the version:
676+
677+
.. code-block:: javascript
678+
679+
db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )
680+
681+
To upgrade to MongoDB 6.0, refer to the upgrade instructions specific to
682+
your MongoDB deployment:
683+
684+
- :ref:`<6.0-upgrade-standalone>`
685+
686+
- :ref:`<6.0-upgrade-replica-set>`
687+
688+
- :ref:`<6.0-upgrade-sharded-cluster>`
689+
690+
If you need guidance on upgrading to 6.0, MongoDB professional services
691+
offer major version upgrade support to help ensure a smooth transition
692+
without interruption to your MongoDB application. To learn more, see
693+
:products:`MongoDB Consulting </consulting?tck=docs_server>`.
694+
671695
Report an Issue
672696
---------------
673697

0 commit comments

Comments
 (0)