diff --git a/source/release-notes/2.6-upgrade.txt b/source/release-notes/2.6-upgrade.txt index c2bfea0f8cf..82d0c2b1955 100644 --- a/source/release-notes/2.6-upgrade.txt +++ b/source/release-notes/2.6-upgrade.txt @@ -87,6 +87,37 @@ earlier than MongoDB 2.4. If you created ``text`` or ``2dsphere`` indexes while running 2.6, you can only downgrade to MongoDB 2.4.10 or later. +Package Upgrades +~~~~~~~~~~~~~~~~ + +If you installed MongoDB from the MongoDB ``apt`` or ``yum`` repositories, +upgrade to 2.6 using the package manager. + +For Debian, Ubuntu, and related operating systems, type these commands: + +.. code-block:: javascript + + sudo apt-get update + sudo apt-get install mongodb-org + +For Red Hat Enterprise, CentOS, Fedora, or Amazon Linux: + +.. code-block:: javascript + + sudo yum install mongodb-org + +If you did not install the ``mongodb-org`` package, and installed a subset +of MongoDB components replace ``mongodb-org`` in the commands above with +the appropriate package names. + +See installation instructions for :doc:`Ubuntu +`, :doc:`RHEL +`, +:doc:`Debian `, or :doc:`other Linux +Systems ` for a list of the available +packages and complete MongoDB installation instructions. + + Upgrade MongoDB Processes -------------------------