Skip to content

Commit ee1b32a

Browse files
authored
DOCSP-22177 Single-Version Downgrades (#3411)
* DOCSP-22177 Single-Veresion Upgrades and Downgrades * add to release notes * build errors * build errors + add to 7.0 downgrade * fixes * remove from upgrade pages * add to release notes * JA feedback * build errors * build errors
1 parent 3195ebc commit ee1b32a

File tree

7 files changed

+35
-8
lines changed

7 files changed

+35
-8
lines changed
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
MongoDB only supports single-version downgrades. You cannot downgrade to
2-
a release that is multiple versions behind your current release. You may
3-
downgrade a |newseries| to a |oldseries| deployment, however, further
4-
downgrading that |oldseries| deployment to a |olderseries| deployment is
5-
not supported.
1+
MongoDB only supports single-version downgrades. You cannot downgrade to a
2+
release that is multiple versions behind your current release.
3+
4+
For example, you may downgrade a |newseries| to a |oldseries| deployment.
5+
However, further downgrading that |oldseries| deployment to a |olderseries|
6+
deployment is not supported.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Upgrade a Standalone to 4.4
1313
:depth: 1
1414
:class: singlecol
1515

16-
17-
1816
.. include:: /includes/4.4-upgrade-replacements.rst
1917

2018
.. warning::

source/release-notes/4.4.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2622,6 +2622,13 @@ If you need guidance on upgrading to 4.4, `MongoDB professional services
26222622
major version upgrade support to help ensure a smooth transition
26232623
without interruption to your MongoDB application.
26242624

2625+
.. _4.4-downgrade-considerations:
2626+
2627+
Downgrade Consideration
2628+
-----------------------
2629+
2630+
.. include:: includes/downgrade/single-version-support.rst
2631+
26252632
Download
26262633
--------
26272634

source/release-notes/5.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,6 +1497,13 @@ If you need guidance on upgrading to 5.0, `MongoDB professional services
14971497
major version upgrade support to help ensure a smooth transition
14981498
without interruption to your MongoDB application.
14991499

1500+
.. _5.0-downgrade-considerations:
1501+
1502+
Downgrade Consideration
1503+
-----------------------
1504+
1505+
.. include:: includes/downgrade/single-version-support.rst
1506+
15001507
.. _5.0-download:
15011508

15021509
Download

source/release-notes/6.0.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,11 @@ offer major version upgrade support to help ensure a smooth transition
985985
without interruption to your MongoDB application. To learn more, see
986986
:products:`MongoDB Consulting </consulting?tck=docs_server>`.
987987

988+
Downgrade Consideration
989+
-----------------------
990+
991+
.. include:: includes/downgrade/single-version-support.rst
992+
988993
.. _6.0-download:
989994

990995
Download

source/release-notes/7.0-downgrade.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ Downgrade |newversion| to |oldversion|
2222
Starting in MongoDB 7.0, you cannot downgrade your Enterprise deployment's
2323
binary version without assistance from support.
2424

25-
To downgrade from |newversion| to |oldversion|, `submit a request
25+
To downgrade from |newversion| to |oldversion|, `submit a support request
2626
<https://support.mongodb.com/>`_ or contact your technical support
2727
representative.
2828

29+
.. include:: includes/downgrade/single-version-support.rst
30+
2931
.. seealso::
3032

3133
- :ref:`7.0-downgrade-considerations`

source/release-notes/7.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,11 +324,18 @@ offer major version upgrade support to help ensure a smooth transition
324324
without interruption to your MongoDB application. To learn more, see
325325
:products:`MongoDB Consulting </consulting?tck=docs_server>`.
326326

327+
.. include:: /includes/7.0-upgrade-replacements.rst
328+
327329
.. _7.0-downgrade-considerations:
328330

329331
Downgrade Considerations
330332
------------------------
331333

334+
Only Single-Version Downgrades are Supported
335+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
336+
337+
.. include:: includes/downgrade/single-version-support.rst
338+
332339
Downgrade Policy Changes
333340
~~~~~~~~~~~~~~~~~~~~~~~~
334341

0 commit comments

Comments
 (0)