Skip to content

add mention of FCV #247

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

Open
wants to merge 4 commits into
base: feature-multi-region
Choose a base branch
from
Open
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
25 changes: 13 additions & 12 deletions source/high-availability.txt
Original file line number Diff line number Diff line change
Expand Up @@ -318,18 +318,19 @@ If you encounter resource capacity issues, see :ref:`arch-center-resource-capaci
Plan Your MongoDB Version Changes and Maintenance
`````````````````````````````````````````````````

We recommend that you run the latest MongoDB version as it allows you to
take advantage of new features and provides improved security guarantees
compared with previous versions.

Ensure that you perform MongoDB major version upgrades far before your
current version reaches `end of life <https://www.mongodb.com/legal/support-policy/lifecycles>`__.

You can't downgrade your MongoDB version using the {+atlas-ui+}. Because of this,
when planning and executing a major version upgrade, we recommend that you
work directly with MongoDB Professional or Technical Services to help you
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noticed we removed the suggestion contacting Technical Services, will leave up to the team if worth preserving this statement

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original sentiment was that you can't downgrade, so talk to tech services", but since you can downgrade with FCV, it seemed out of place to keep that in there. Happy to be convinced otherwise!

avoid any issues that might occur during the upgrade process.

We recommend that you run the latest MongoDB version, as it allows you to
take advantage of new features and provides improved security guarantees compared
with previous versions. You should ensure that you perform major version upgrades
far before your current version reaches
`end of life <https://www.mongodb.com/legal/support-policy/lifecycles>`__.

When planning and executing a major version upgrade, we recommend that
you use Feature Compatibility (FCV) to ensure version compatibility. By
pinning your cluster's FCV, you can revert MongoDB to the previous version.

For more information, see
:atlas:`Manage FCV During Upgrades </tutorial/major-version-change/#manage-feature-compatibility--fcv--during-upgrades>`.

Configure Maintenance Windows
`````````````````````````````

Expand Down