Cannot see collections in Robomongo on Windows 10

非 Y 不嫁゛ 提交于 2020-01-23 06:16:13

问题


I searched thoroughly on internet but hardly found anything.

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.

Problem is I am not able to see collections in Robomongo. It is showing Collection(0).

EDIT: I have done this process couple of times on Windows 7 and completed it successfully. I am doing this first time on Windows 10.

Any help would greatly appreciated!


回答1:


Robomongo 0.8.x is not compatible with MongoDB 3.x. Try MongoChef.

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

It also pretty much sums up Robomongo's current state.

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/




回答2:


Robomongo doesn't support databases running with WiredTiger as storage engine. You need to setup your mongo instance to run on MMAPv1 instead if you want to use Robomongo. The issue can be tracked here though not much has been happening the past six months.




回答3:


Using the right version of RoboMongo solved the similar issue I had. robomongo-0.9.0-rc8 (Updated on June 15th 2016)




回答4:


Robomongo 0.8 doesn't support mongodb version 3 because of having Weird tiger as default engine. So One have to download Robomongo new version 0.9 or above to use mongodb 3 versions. IT is now available freely with wired tiger support from 27 jan 2016 having latest release version 1.0 RC1 .

One can download their corresponding platform verions from the link :- Robomongo for mongodb 3+



来源:https://stackoverflow.com/questions/34462083/cannot-see-collections-in-robomongo-on-windows-10

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