问题描述
我在互联网上进行了彻底搜索,但几乎找不到任何东西.
I searched thoroughly on internet but hardly found anything.
我已经在Windows 10上安装了MongoDB(3.2.0)和Robomongo(0.8.5).安装后,我能够成功启动MongoDB作为服务.之后,我借助成功运行的DBRestore.exe还原了数据库.
I have installed MongoDB (3.2.0) and Robomongo (0.8.5) on Windows 10. After installation I am able to start MongoDB as service successfully.After this I restored the database with the help of DBRestore.exe which ran successfully.
问题是我在Robomongo中看不到收藏集.它显示Collection(0).
Problem is I am not able to see collections in Robomongo. It is showing Collection(0).
我已经在Windows 7上完成了几次此过程,并成功完成了它.我是第一次在Windows 10上这样做.
I have done this process couple of times on Windows 7 and completed it successfully. I am doing this first time on Windows 10.
任何帮助将不胜感激!
推荐答案
Robomongo 0.8.x与MongoDB 3.x不兼容.尝试MongoChef.
Robomongo 0.8.x is not compatible with MongoDB 3.x. Try MongoChef.
更新2015年12月17日:只想添加到此Indiegogo活动的链接,该活动由Robomongo的创建者Dmitry Schetnikovich发起,该活动已于几天前开始,并且将会运行直到2016年2月8日.
UPDATE 2015-12-17: Just wanted to add a link to this Indiegogo campaign started by Dmitry Schetnikovich, the creator of Robomongo, which started a couple of days ago, and will be running up until the 8th of February 2016.
https://www.indiegogo.com/projects/save-robomongo
这也几乎总结了Robomongo的当前状态.
It also pretty much sums up Robomongo's current state.
更新2016年1月27日:Robomongo 0.9.0现在支持WiredTiger存储引擎.参见 http://blog.robomongo.org /robomongo-rc2-for-windows-mac-os-x-and-linux/
UPDATE 2016-01-27: Robomongo 0.9.0 now supports the WiredTiger storage engine. See http://blog.robomongo.org/robomongo-rc2-for-windows-mac-os-x-and-linux/
这篇关于在Windows 10上的Robomongo中看不到集合的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!