Question
How to upgrade MongoDB (2.4 to 2.6) on Ubuntu 14.04
Since I’ve installed MongoDB per this procedure: https://www.digitalocean.com/community/tutorials/how-to-deploy-a-meteor-js-application-on-ubuntu-14-04-with-nginx
Which did:
apt-get install mongodb-server
I’m curious about the proper upgrade procedure.
MongoDB.org says this:
apt-get install mongodb-org
Should the old be removed and the new installed or will “apt-get install mongodb-org” handle all of that?
NOTE: I’ve even tried apt-get upgrade mongo-server which tells me I’m at the latest version (2.4.9). Is it possible I need to add a new/different apt-get package repository for mongo 2.6?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
https://docs.mongodb.com/manual/release-notes/2.6-upgrade/