Skip to content

DOCS-4941: rephrases prereq for upgrading from pre-2.6 #2268

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

Closed
wants to merge 1 commit into from
Closed
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
9 changes: 5 additions & 4 deletions source/release-notes/3.0-upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,11 @@ Prerequisites
preventing replica sets from starting in MongoDB 3.0. For more
information, see :ref:`3.0-compatibility-repl-set-config`.

- To upgrade a replica set from MongoDB 2.6 to 3.0, :doc:`upgrade
all members of the replica set to version 2.6
</release-notes/2.6-upgrade>` *first*, and then follow the
procedure to upgrade from MongoDB 2.6 to 3.0.
- All replica set members must be running version 2.6 before you can upgrade
them to version 3.0. To upgrade a replica set from an earlier MongoDB
version, :doc:`upgrade all members of the replica set to version 2.6
</release-notes/2.6-upgrade>` *first*, and then follow the procedure
to upgrade from MongoDB 2.6 to 3.0.

Upgrade Binaries
`````````````````
Expand Down