Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 ubuntu 10.04 服务器上使用 Meteor,我想知道我应该使用哪个版本的 Mongodb?
我在文档中没有看到它。
Meteor 附带 MongoDB 2.2。但是您应该能够连接到JavaScript MongoDB 驱动程序版本 1.1.5支持的任何 MongoDB 版本。
驱动程序的文档没有告诉我们它支持哪些版本。但是 Mongo 的有线协议相当稳定,所以我希望旧版本的 MongoDB 能够很好地工作。报告赞赏。