Skip to content

v4.2 #6037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 25, 2021
Merged

v4.2 #6037

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
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def has(self, *args):
'mms-home': ('https://www.mongodb.com/cloud/cloud-manager%s', ''),
'opsmgr': ('https://docs.opsmanager.mongodb.com/current%s', ''),
'atlas': ('https://docs.atlas.mongodb.com%s',''),
'compass': ('https://docs.mongodb.com/compass/current%s', ''),
'products': ('https://www.mongodb.com/products%s', ''),
'wtdocs': ('https://source.wiredtiger.com/mongodb-3.4%s', ''),
'perl-api': ('https://metacpan.org/pod/MongoDB::%s', ''),
Expand Down
2 changes: 0 additions & 2 deletions source/includes/downgrade-path.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
.. include:: /includes/upgrade-downgrade-replica-set.rst

Once upgraded to |newversion|, if you need to downgrade, we recommend |downgrading| to the latest patch release of |downgradeversion|.
5 changes: 0 additions & 5 deletions source/includes/upgrade-downgrade-replica-set.rst

This file was deleted.

5 changes: 0 additions & 5 deletions source/reference/command/validate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ secondary until it finishes.
:term:`primary` node to become a secondary to avoid impacting a live
primary node.

Data Throughput Metrics
~~~~~~~~~~~~~~~~~~~~~~~

.. include:: /includes/extracts/4.4-validate-data-throughput.rst

Restrictions
~~~~~~~~~~~~~

Expand Down
2 changes: 0 additions & 2 deletions source/tutorial/upgrade-revision.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ To upgrade a replica set, upgrade each member individually, starting with
the :term:`secondaries <secondary>` and finishing with the
:term:`primary`. Plan the upgrade during a predefined maintenance window.

.. include:: /includes/upgrade-downgrade-replica-set.rst

.. note::

Starting in MongoDB 4.0.7, change streams use a version 1 ``v1``
Expand Down