@@ -39,7 +39,7 @@ Before upgrading MongoDB, always test your application in a staging
39
39
environment before deploying the upgrade to your production
40
40
environment.
41
41
42
- Some changes in MongoDB 2.6 require manual checks and intervention.
42
+ Some changes in MongoDB 3.0 require manual checks and intervention.
43
43
Before beginning your upgrade, see the
44
44
:doc:`/release-notes/3.0-compatibility` document to ensure that your
45
45
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
55
55
restoring a pre-upgrade backup, as :dbcommand:`authSchemaUpgrade`
56
56
discards the ``MONGODB-CR`` credentials used in 2.6.
57
57
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
-
88
58
Upgrade MongoDB Processes
89
59
-------------------------
90
60
@@ -93,14 +63,21 @@ Upgrade MongoDB Processes
93
63
Upgrade Standalone ``mongod`` Instance to MongoDB 3.0
94
64
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
95
65
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
+
96
71
Upgrade Binaries
97
72
````````````````
98
73
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:
104
81
105
82
.. include:: /includes/steps/3.0-upgrade-mongod.rst
106
83
0 commit comments