Skip to content

Commit 63085ea

Browse files
committed
DOCS-11552: in 3.4-compatibility, 3.4 specific fcv instead of using single sourced file
1 parent 440c37c commit 63085ea

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

source/release-notes/3.4-compatibility.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,20 @@ To set the ``featureCompatibilityVersion``, see
244244
3.4 deployments have the following default
245245
``featureCompatibilityVersion`` values:
246246

247-
.. include:: /includes/list-table-featureCompatibilityVersion-defaults.rst
247+
.. list-table::
248+
:header-rows: 1
249+
:widths: 30 70
250+
251+
* - 3.4 Deployments
252+
- ``featureCompatibilityVersion``
253+
254+
* - For new deployments
255+
- ``"3.4"``
256+
257+
* - For deployments :ref:`upgraded from 3.2 <3.4-upgrade>`
258+
259+
- ``"3.2"`` until you :dbcommand:`setFeatureCompatibilityVersion`
260+
to ``"3.4"``.
248261

249262
Earlier versions of MongoDB will not start if the database contains
250263
views, collation specifications, or ``v:2`` indexes. If the data

0 commit comments

Comments
 (0)