Skip to content

Commit ea9a377

Browse files
(DOCSP-26667)(DOCSP-26668): Clarify FCV behavior for DB resources & AppDB on OM resources (#1143)
* (DOCSP-26667): AppDB will not change FCV automatically when upgrading version * (DOCSP-26668): Data Deployment will change FCV automatically when upgrading version * Fix link * Reword to avoid space in param name
1 parent 2f944e1 commit ea9a377

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

source/includes/options-k8s-shared.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ description: |
6363
6464
.. note::
6565
66-
If you update this value to a later version, consider setting
67-
:setting:`spec.featureCompatibilityVersion` to give yourself the
68-
option to downgrade if necessary.
66+
If you update this value to a later version of MongoDB for your
67+
database resources, the Feature Compatibility Version (FCV) changes
68+
automatically to this version unless you set :setting:`spec.featureCompatibilityVersion`
69+
to the original version. Consider setting :setting:`spec.featureCompatibilityVersion`
70+
to the original version to give yourself the option to downgrade if necessary.
6971
7072
---
7173
program: _shared

source/reference/k8s-operator-om-specification.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,11 @@ resources.
114114

115115
.. note::
116116

117-
If you update this value to a later version, consider setting
118-
:setting:`spec.featureCompatibilityVersion` to give yourself the
119-
option to downgrade if necessary.
117+
If you update this value to a later version of MongoDB for the
118+
Application Database, the Feature Compatibility Version (FCV) *does
119+
not change* unless you also specify the
120+
``featureCompatibilityVersion``
121+
parameter under :opsmgrkube:`spec.applicationDatabase`.
120122

121123

122124
.. _optional-om-k8s-settings:

0 commit comments

Comments
 (0)