Skip to content

DOCS-14370 primary hangs when setting FCV #5974

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 1 commit into from
Oct 12, 2021
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
2 changes: 2 additions & 0 deletions source/includes/downgrade-path.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.. 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: 5 additions & 0 deletions source/includes/upgrade-downgrade-replica-set.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. important::

Before you upgrade or downgrade a replica set, ensure all replica set
members are running. If you do not, the upgrade or downgrade will not
complete until all members are started.
2 changes: 2 additions & 0 deletions source/tutorial/upgrade-revision.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ 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