Skip to content

Commit 736ce6f

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCSP-22394 add compatibility note for fcv and clustered collections (#1039) (#1060)
* 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]> Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 7b0ba70 commit 736ce6f

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-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

0 commit comments

Comments
 (0)