I’m using Meteor on my ubuntu 10.04 server, and I’m wondering which version of Mongodb I should use?
I do not see it in the documentation.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Meteor ships with MongoDB 2.2. But you should be able to connect to any version of MongoDB that version 1.1.5 of the JavaScript MongoDB driver supports.
The driver’s docs don’t tell us what versions it supports. But Mongo’s wire protocol has been fairly stable, so I’d expect older versions of MongoDB to work well. Reports appreciated.