Skip to content

Commit 16801e8

Browse files
i80andkay-kim
authored andcommitted
DOCS-4778: Tweak 3.0 upgrade guide
1 parent cdcc222 commit 16801e8

File tree

1 file changed

+13
-36
lines changed

1 file changed

+13
-36
lines changed

source/release-notes/3.0-upgrade.txt

Lines changed: 13 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Before upgrading MongoDB, always test your application in a staging
3939
environment before deploying the upgrade to your production
4040
environment.
4141

42-
Some changes in MongoDB 2.6 require manual checks and intervention.
42+
Some changes in MongoDB 3.0 require manual checks and intervention.
4343
Before beginning your upgrade, see the
4444
:doc:`/release-notes/3.0-compatibility` document to ensure that your
4545
applications and deployments are compatible with MongoDB 3.0. Resolve
@@ -55,36 +55,6 @@ If you upgrade to 3.0 and have run :dbcommand:`authSchemaUpgrade`, you
5555
restoring a pre-upgrade backup, as :dbcommand:`authSchemaUpgrade`
5656
discards the ``MONGODB-CR`` credentials used in 2.6.
5757

58-
Package Upgrades
59-
~~~~~~~~~~~~~~~~
60-
61-
If you installed MongoDB from the MongoDB ``apt`` or ``yum`` repositories,
62-
upgrade to 3.0 using the package manager.
63-
64-
For Debian, Ubuntu, and related operating systems, type these commands:
65-
66-
.. code-block:: javascript
67-
68-
sudo apt-get update
69-
sudo apt-get install mongodb-org
70-
71-
For Red Hat Enterprise, CentOS, Fedora, or Amazon Linux:
72-
73-
.. code-block:: javascript
74-
75-
sudo yum install mongodb-org
76-
77-
If you did not install the ``mongodb-org`` package, and installed a subset
78-
of MongoDB components replace ``mongodb-org`` in the commands above with
79-
the appropriate package names.
80-
81-
See installation instructions for :doc:`Ubuntu
82-
</tutorial/install-mongodb-on-ubuntu>`, :doc:`RHEL
83-
</tutorial/install-mongodb-on-red-hat>`,
84-
:doc:`Debian </tutorial/install-mongodb-on-debian>`, or :doc:`other Linux
85-
Systems </tutorial/install-mongodb-on-linux>` for a list of the available
86-
packages and complete MongoDB installation instructions.
87-
8858
Upgrade MongoDB Processes
8959
-------------------------
9060

@@ -93,14 +63,21 @@ Upgrade MongoDB Processes
9363
Upgrade Standalone ``mongod`` Instance to MongoDB 3.0
9464
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9565

66+
The following steps outline the procedure to upgrade a standalone
67+
:program:`mongod` from version 2.6 to 3.0. To upgrade from version
68+
2.4 to 3.0, :doc:`upgrade to version 2.6</release-notes/2.6-upgrade>`
69+
*first*, and then use the following procedure to upgrade from 2.6 to 3.0.
70+
9671
Upgrade Binaries
9772
````````````````
9873

99-
The following steps outline the procedure to upgrade a standalone
100-
:program:`mongod` from version 2.6 to 3.0. To upgrade from version
101-
2.4 to 3.0, :doc:`upgrade to version 2.6
102-
</release-notes/2.6-upgrade>` *first*, and then follow the procedure to
103-
upgrade from 2.6 to 3.0.
74+
If you installed MongoDB from the MongoDB ``apt``, ``yum``, or ``zypper``
75+
repositories, you should upgrade to 3.0 using your package manager. Follow the
76+
appropriate :doc:`installation instructions</administration/install-on-linux>`
77+
for your Linux system. This will involve adding a repository for the new
78+
release, then performing the actual upgrade.
79+
80+
Otherwise, you can manually upgrade MongoDB:
10481

10582
.. include:: /includes/steps/3.0-upgrade-mongod.rst
10683

0 commit comments

Comments
 (0)