Skip to content

Commit 7f21687

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCS-15212 user write blocking downgrade (#1058)
* DOCS-15212-user-write-blocking-downgrade * DOCS-15212-user-write-blocking-downgrade Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 320b0be commit 7f21687

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Starting in MongoDB 6.0, if you need to downgrade the feature
2+
compatibility version, ensure you disable cluster-to-cluster replication
3+
and user write blocking.

source/reference/command/setFeatureCompatibilityVersion.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@ safely retry the command as the operation is idempotent.
175175
Cluster-to-Cluster Replication and User Write Blocking
176176
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
177177

178-
Starting in MongoDB 6.0, if you need to downgrade the feature
179-
compatibility version, ensure cluster-to-cluster replication and user
180-
write blocking are disabled:
178+
.. include:: /includes/downgrade-for-user-write-blocking.rst
181179

182180
#. If you enabled cluster-to-cluster replication, disable it.
183181

source/release-notes/6.0-compatibility.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@ single document.
6161

6262
See :parameter:`indexMaxNumGeneratedKeysPerDocument`.
6363

64-
Feature Compatibility Version and User Write Blocking
65-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66-
67-
If you need to downgrade the feature compatibility version, ensure you
68-
disable cluster-to-cluster replication and user write blocking. See
69-
:ref:`setFeatureCompatibilityVersion-user-write-blocking`.
70-
7164
Platform Support
7265
----------------
7366

@@ -312,3 +305,10 @@ Clustered Collections
312305
~~~~~~~~~~~~~~~~~~~~~
313306

314307
.. include:: /includes/downgrade-for-clustered-collections.rst
308+
309+
User Write Blocking
310+
~~~~~~~~~~~~~~~~~~~
311+
312+
.. include:: /includes/downgrade-for-user-write-blocking.rst
313+
314+
See :ref:`setFeatureCompatibilityVersion-user-write-blocking`.

0 commit comments

Comments
 (0)