Skip to content

Commit 08fe163

Browse files
author
Dave Cuthbert
authored
DOCSP-31018 feature compat case change (#3460)
* DOCSP-31018 feature compat case change * Staging fix
1 parent 4262b93 commit 08fe163

8 files changed

+8
-8
lines changed

source/includes/arbiter-fcv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
Arbiters do not replicate the :data:`admin.system.version` collection.
3-
Because of this, arbiters always have a Feature Compatibility Version equal
3+
Because of this, arbiters always have a feature compatibility version equal
44
to the downgrade version of the binary, regardless of the fCV value of the
55
replica set.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Starting in MongoDB 6.0, ensure that all :dbcommand:`setClusterParameter`
2-
operations have completed. :abbr:`fCV (Feature Compatibility Version)`
2+
operations have completed. :abbr:`fCV (feature compatibility version)`
33
downgrade cannot occur successfully if there are any ongoing
44
``setClusterParameter`` operations on sharded clusters.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
If there are :term:`secondary indexes <secondary index>` on :ref:`time
22
series collections <manual-timeseries-collection>` and you need to
3-
downgrade the Feature Compatibility Version (FCV), you must first drop
3+
downgrade the feature compatibility version (FCV), you must first drop
44
any secondary indexes that are incompatible with the downgraded FCV.
55
See :dbcommand:`setFeatureCompatibilityVersion`.

source/release-notes/3.4-downgrade-replica-set.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ compatibility version and remove any :ref:`3.4 features incompatible
3232
outlined below. These steps are necessary only if
3333
``featureCompatibilityVersion`` has ever been set to ``"3.4"``.
3434

35-
.. |fcv| replace:: :ref:`Feature Compatibility Version to "3.2"
35+
.. |fcv| replace:: :ref:`feature compatibility version to "3.2"
3636
<3.4-downgrade-feature-compatibility-rs>`
3737

3838
.. |target| replace:: primary

source/release-notes/3.4-downgrade-sharded-cluster.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ compatibility version and remove any :ref:`3.4 features incompatible
3232
below. These steps are necessary only if
3333
``featureCompatibilityVersion`` has ever been set to ``"3.4"``.
3434

35-
.. |fcv| replace:: :ref:`Feature Compatibility Version to "3.2" <3.4-downgrade-feature-compatibility-sharded-cluster>`
35+
.. |fcv| replace:: :ref:`feature compatibility version to "3.2" <3.4-downgrade-feature-compatibility-sharded-cluster>`
3636

3737
.. |target| replace:: :binary:`~bin.mongos` instance
3838

source/release-notes/3.4-downgrade.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ or sharded cluster, see:
5151

5252
.. |target| replace:: target
5353

54-
.. |fcv| replace:: :ref:`Feature Compatibility Version to "3.2" <3.4-downgrade-feature-compatibility>`
54+
.. |fcv| replace:: :ref:`feature compatibility version to "3.2" <3.4-downgrade-feature-compatibility>`
5555

5656
2. Remove Views
5757
~~~~~~~~~~~~~~~

source/release-notes/6.0-downgrade-replica-set.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ list of incompatible features and how to remove them, see
6060

6161
.. |target| replace:: primary
6262

63-
To downgrade the :abbr:`fCV (Feature Compatibility Version)` of your
63+
To downgrade the :abbr:`fCV (feature compatibility version)` of your
6464
replica set:
6565

6666
a. Ensure that no initial sync is in progress. Running the

source/release-notes/6.0-downgrade-sharded-cluster.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ operation will not complete.
7373
4. Downgrade Feature Compatibility Version (fCV)
7474
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7575

76-
To downgrade the :abbr:`fCV (Feature Compatibility Version)` of your
76+
To downgrade the :abbr:`fCV (feature compatibility version)` of your
7777
sharded cluster:
7878

7979
a. Ensure that no initial sync is in progress. Running the

0 commit comments

Comments
 (0)