Skip to content

Commit 9688b95

Browse files
authored
DOCSP-29865 7.0 Downgrade (#3303)
* DOCSP-29865 7.0 Downgrade * update replacements and add to toc * more updates * toc updates * wording * wording * build errors * SO feedback * links + wording * SO feedback
1 parent f9b7a00 commit 9688b95

File tree

8 files changed

+44
-13
lines changed

8 files changed

+44
-13
lines changed

source/includes/7.0-upgrade-replacements.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
.. |olderseries| replace:: 5.0-series
66
.. |compatibility| replace:: :ref:`7.0-compatibility`
77
.. |upgradefirst| replace:: :ref:`upgrade first to 6.0 <6.0-upgrade>`
8-
.. |downgradepath| replace:: After upgrading to |newversion|, if you need to downgrade, we recommend |downgrading| to the latest patch release of |downgradeversion|.
98

109
.. |features| replace:: :ref:`features<7.0-downgrade-considerations>`
1110
.. |downgradeversion| replace:: 6.0

source/includes/upgrade-guidance-checklists.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ Before upgrading MongoDB, always test your application in a staging
4343
environment before deploying the upgrade to your production
4444
environment.
4545

46-
4746
Downgrade Consideration
4847
~~~~~~~~~~~~~~~~~~~~~~~
4948

50-
|downgradepath|
49+
Starting in MongoDB 7.0, you cannot downgrade your deployment's binary version
50+
without assistance from support.
51+
52+
To learn more, see :ref:`7.0-downgrade`.

source/reference/command/setFeatureCompatibilityVersion.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ If you upgrade or downgrade your deployment's {+fcv+}, you cannot
172172
downgrade your deployment's binary version without assistance from
173173
support.
174174

175+
To learn more, see :ref:`7.0-downgrade`.
176+
175177
Conflicts with Background Operations
176178
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
177179

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
.. _7.0-downgrade:
2+
3+
======================================
4+
Downgrade |newversion| to |oldversion|
5+
======================================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
.. include:: /includes/7.0-upgrade-replacements.rst
16+
17+
.. important::
18+
19+
Starting in MongoDB 7.0, binary downgrades are no longer supported for
20+
MongoDB Community Edition.
21+
22+
Starting in MongoDB 7.0, you cannot downgrade your Enterprise deployment's
23+
binary version without assistance from support.
24+
25+
To downgrade from |newversion| to |oldversion|, `submit a request
26+
<https://support.mongodb.com/>`_ or contact your technical support
27+
representative.
28+
29+
.. seealso::
30+
31+
- :ref:`7.0-downgrade-considerations`

source/release-notes/7.0-upgrade-replica-set.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ The following steps outline the procedure to upgrade a
2424

2525
.. include:: /includes/upgrade-guidance-checklists.rst
2626

27-
.. |downgrading| replace:: :ref:`downgrading <7.0-downgrade-replica-set>`
28-
2927
Prerequisites
3028
-------------
3129

source/release-notes/7.0-upgrade-sharded-cluster.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ to |newversion|.
2424

2525
.. include:: /includes/upgrade-guidance-checklists.rst
2626

27-
.. |downgrading| replace:: :ref:`downgrading <7.0-upgrade-sharded-cluster>`
28-
29-
3027
Prerequisites
3128
-------------
3229

source/release-notes/7.0-upgrade-standalone.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ The following steps outline the procedure to upgrade a standalone
2323

2424
.. include:: /includes/upgrade-guidance-checklists.rst
2525

26-
.. |downgrading| replace:: :ref:`downgrading <7.0-downgrade-replica-set>`
27-
2826
Prerequisites
2927
-------------
3028

source/release-notes/7.0.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,9 @@ Downgrade Considerations
227227
Downgrade Policy Changes
228228
~~~~~~~~~~~~~~~~~~~~~~~~
229229

230-
Starting in MongoDB 7.0:
230+
Starting in MongoDB 7.0:
231+
232+
- Binary downgrades are no longer supported for MongoDB Community Edition.
231233

232234
- You cannot downgrade your deployment's {+fcv+} to or from a
233235
:ref:`rapid release <rapid-releases>` version of MongoDB.
@@ -237,7 +239,7 @@ Starting in MongoDB 7.0:
237239
upgrade or downgrade {+fcv+}.
238240

239241
- If you upgrade or downgrade your deployment's {+fcv+}, you cannot
240-
downgrade your deployment's binary version without assistance from
242+
downgrade your Enterprise deployment's binary version without assistance from
241243
support.
242244

243245
.. |version| replace:: 7.0
@@ -284,5 +286,7 @@ Report an Issue
284286
.. toctree::
285287
:titlesonly:
286288
:hidden:
287-
289+
290+
/release-notes/7.0-compatibility
291+
/release-notes/7.0-downgrade
288292
/release-notes/7.0-upgrade

0 commit comments

Comments
 (0)