简体   繁体   中英

mongodb version 3.0.0 client robomongo mongovue

We are using mongo client tools such as Robomongo and MongoVUE from our windows/mac machines. On the mongodb server side, we decided to try out the new MongoDB 3.0.0rc8 with wiredtiger storage. However, we find that we are not able to list any collections from our client tools and mongo shell. If we login to the server box running mongodb, and then start a mongo shell, then we are able to view the collections. Is this a known problem - that the existing tools like Robomongo and MongoVUE which have been supporting up to 2.6.X are not yet supporting mongodb 3.0.0? Is there any mongo client that supports version 3.0.0?

Thanks and Regards, Archanaa Panda

我们今天遇到了同样的问题,并开始评估MongoChef http://3t.io/mongochef看起来很有前途,无论是UI,功能还是对WiredTiger的支持。

Here is the answer to this question i got on google forums from Will Berkeley-

Yes, those tools need to be updated to support 3.0 on WiredTiger. Many tools enumerate namespaces by querying system collections that do not exist when MongoDB is running WiredTiger. The mongo shell function db.getCollectionNames() and the show command pre-3.0 does this, too - the reason you can list collections on the 3.0 mongod box is that you have the 3.0 mongo shell installed there.

-Will

我使用Noo Manager for MongoDB和Mongo 3.0 / WiredTiger

这是在2016年2月1日与Robomongo一起修复的

使用robomongo-0.9.0-rc8的正确版本解决了我的问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM