mongodb version 3.0.0 client robomongo mongovue

妖精的绣舞 提交于 2019-11-28 01:06:08

We encountered the same issue today and started evaluating MongoChef http://3t.io/mongochef which looks promising, both seen to UI, features and support for 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

Sylvain HECK

I use NoSQL Manager for MongoDB with Mongo 3.0/WiredTiger

tutley

This is fixed as of February 1, 2016 with Robomongo.

Using the right version that is robomongo-0.9.0-rc8 fixed my problem.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!