简体   繁体   English

mongodb版本3.0.0客户端robomongo mongovue

[英]mongodb version 3.0.0 client robomongo mongovue

We are using mongo client tools such as Robomongo and MongoVUE from our windows/mac machines. 我们正在使用mongo客户端工具,例如我们的windows / mac机器中的Robomongo和MongoVUE。 On the mongodb server side, we decided to try out the new MongoDB 3.0.0rc8 with wiredtiger storage. 在mongodb服务器端,我们决定尝试使用有线存储的新MongoDB 3.0.0rc8。 However, we find that we are not able to list any collections from our client tools and mongo shell. 但是,我们发现我们无法从客户端工具和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. 如果我们登录到运行mongodb的服务器盒,然后启动一个mongo shell,那么我们就可以查看这些集合了。 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? 这是一个众所周知的问题 - 像Robomongo和MongoVUE这样支持高达2.6.X的现有工具还不支持mongodb 3.0.0吗? Is there any mongo client that supports version 3.0.0? 是否有支持3.0.0版本的mongo客户端?

Thanks and Regards, Archanaa Panda 谢谢和问候,Archanaa熊猫

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

Here is the answer to this question i got on google forums from Will Berkeley- 以下是我在Will Berkeley的谷歌论坛上得到的这个问题的答案 -

Yes, those tools need to be updated to support 3.0 on WiredTiger. 是的,需要更新这些工具以在WiredTiger上支持3.0。 Many tools enumerate namespaces by querying system collections that do not exist when MongoDB is running WiredTiger. 许多工具通过查询MongoDB运行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. mongo shell函数db.getCollectionNames()和show命令pre-3.0也是这样做的 - 你可以在3.0 mongod框上列出集合的原因是你在那里安装了3.0 mongo shell。

-Will -将

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

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

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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