3

We are looking to install mongoDB on Ubuntu 12.04 and are researching different installation options.

Currently examining a) apt-get b) retrieving binaries (wget) and manually installing

What are the recommended methods for installing mongoDB with the goal of keeping up-to-date with stable releases?

DOS
  • 55
  • 4

3 Answers3

11

Whenever possible, use packages shipped with the distribution. This makes management a lot easier.

Sven
  • 98,649
  • 14
  • 180
  • 226
6

10gen also provide a repository. Because projects like MongoDB often outpace the LTS type release in terms of releasing stable versions, there can be reasons to veer off the distro path.

There is a pretty decent description of the differences here:

Should I install MongoDB using Ubuntu's repository or MongoDB's private repository?

As an example of what I mean above, if you stuck to SvenW's policy on 10.04 you would be running 1.6.4 - the first thing you would be told if you ran into an issue would be to upgrade - 1.6.4 is ancient by MongoDB standards. Currently 12.04 gives you 2.0.x which is the current release, but fast forward to 2014 and again it could be looking pretty old (2.2 is due out shortly as of writing this).

Adam C
  • 5,222
  • 2
  • 30
  • 52
0

We have been working on a MongoDb as a service solution for on-premise. We let you pick the version you want to install. Let me know if your interested in trying it out. (http://www.scalegrid.net/mongodirector.htm)

PS: I work for ScaleGrid.

ankitb
  • 21
  • 3