Skip to content

Commit e78fccb

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCSP-22394 add compatibility note for fcv and clustered collections (#1039)
* DOCSP-22394-add-compatibility-note-for-FCV-and-clustered-collections * DOCSP-22394-add-compatibility-note-for-FCV-and-clustered-collections * DOCSP-22394-add-compatibility-note-for-FCV-and-clustered-collections * DOCSP-22394-add-compatibility-note-for-FCV-and-clustered-collections * DOCSP-22394-add-compatibility-note-for-FCV-and-clustered-collections * DOCSP-22394-add-compatibility-note-for-FCV-and-clustered-collections * DOCSP-22394-add-compatibility-note-for-FCV-and-clustered-collections * DOCSP-22394-add-compatibility-note-for-FCV-and-clustered-collections * DOCSP-22394-add-compatibility-note-for-FCV-and-clustered-collections * DOCSP-22394-add-compatibility-note-for-FCV-and-clustered-collections * DOCSP-22394-add-compatibility-note-for-FCV-and-clustered-collections * DOCSP-22394-add-compatibility-note-for-FCV-and-clustered-collections * DOCSP-22394-add-compatibility-note-for-FCV-and-clustered-collections * DOCSP-22394-add-compatibility-note-for-FCV-and-clustered-collections Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 587d4d1 commit e78fccb

File tree

5 files changed

+37
-0
lines changed

5 files changed

+37
-0
lines changed

source/core/clustered-collections.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ from secondary indexes:
8181
collection size returned by the :dbcommand:`collStats` command
8282
includes the clustered index size.
8383

84+
.. important:: Backward-Incompatible Feature
85+
86+
You must drop clustered collections before you can downgrade to
87+
a version of MongoDB earlier than 5.3.
88+
8489
Limitations
8590
-----------
8691

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Starting in MongoDB 5.3, if you are using :ref:`clustered collections
2+
<clustered-collections>`, you must drop those collections before you can
3+
downgrade to an earlier MongoDB version.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
The following sections provide information for removing
2+
backward-incompatible features from your deployment. If you are
3+
downgrading from MongoDB |version| to an earlier version, review the
4+
following sections to ensure that your deployment runs successfully
5+
after downgrading.

source/release-notes/5.3-compatibility.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,15 @@ Starting in MongoDB 5.3.0, 5.2.1, and 5.0.6, the :dbcommand:`dbStats`
4747
command and the :method:`db.stats()` method only report free space
4848
assigned to collections if the :ref:`freeStorage <dbStats-freeStorage>`
4949
parameter is set to 1.
50+
51+
Downgrade Considerations
52+
------------------------
53+
54+
.. |version| replace:: 5.3
55+
56+
.. include:: /includes/downgrade-introduction.rst
57+
58+
Clustered Collections
59+
~~~~~~~~~~~~~~~~~~~~~
60+
61+
.. include:: /includes/downgrade-for-clustered-collections.rst

source/release-notes/6.0-compatibility.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,3 +300,15 @@ Starting in MongoDB 6.0, the :dbcommand:`dbStats` command and the
300300
:method:`db.stats()` method only report free space assigned to
301301
collections if the :ref:`freeStorage <dbStats-freeStorage>` parameter is
302302
set to 1.
303+
304+
Downgrade Considerations
305+
------------------------
306+
307+
.. |version| replace:: 6.0
308+
309+
.. include:: /includes/downgrade-introduction.rst
310+
311+
Clustered Collections
312+
~~~~~~~~~~~~~~~~~~~~~
313+
314+
.. include:: /includes/downgrade-for-clustered-collections.rst

0 commit comments

Comments
 (0)