Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/reference/replica-configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/5.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down