Skip to content

Upgrade MongoDB to 2.6 docs don't mention packaged installs #1893

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
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
31 changes: 31 additions & 0 deletions source/release-notes/2.6-upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
</tutorial/install-mongodb-on-ubuntu>`, :doc:`RHEL
</tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux>`,
:doc:`Debian </tutorial/install-mongodb-on-debian>`, or :doc:`other Linux
Systems </tutorial/install-mongodb-on-linux>` for a list of the available
packages and complete MongoDB installation instructions.


Upgrade MongoDB Processes
-------------------------

Expand Down