File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -668,6 +668,30 @@ a detailed list of compatibility changes, see
668
668
Upgrade Procedures
669
669
------------------
670
670
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
+
671
695
Report an Issue
672
696
---------------
673
697
You can’t perform that action at this time.
0 commit comments