diff --git a/source/reference/replica-configuration.txt b/source/reference/replica-configuration.txt index a6e4bd705e5..04f349fcc73 100644 --- a/source/reference/replica-configuration.txt +++ b/source/reference/replica-configuration.txt @@ -467,7 +467,7 @@ Replica Set Configuration Fields *Default*: true - In MongoDB 5.0.1 and earlier, if + In MongoDB 5.0.1, 4.2.15, 4.4.7, and earlier, if :rsconf:`settings.chainingAllowed` is: - ``true``, replica set :term:`secondary` members can @@ -476,7 +476,7 @@ Replica Set Configuration Fields - ``false``, secondary members can replicate data only from the :term:`primary`. - Starting in MongoDB 5.0.2: + Starting in MongoDB 5.0.2, 4.2.16, and 4.4.8: - Replica set :term:`secondary` members can replicate data from other secondary members even if diff --git a/source/release-notes/5.0.txt b/source/release-notes/5.0.txt index 8714cc58bb3..9cc94889e60 100644 --- a/source/release-notes/5.0.txt +++ b/source/release-notes/5.0.txt @@ -458,7 +458,7 @@ source. ``enableOverrideClusterChainingSetting`` Server Parameter ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Starting in MongoDB 5.0.2, you can set the new +Starting in MongoDB 5.0.2 (and 4.2.16 and 4.4.8), you can set the new :parameter:`enableOverrideClusterChainingSetting` server parameter to ``true`` to allow :term:`secondary` members to replicate data from other secondary members even if :rsconf:`settings.chainingAllowed` is