Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot see collections in Robomongo on Windows 10

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!

like image 469
PeterB Avatar asked Dec 25 '15 10:12

PeterB


1 Answers

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/

like image 110
Daniel F Avatar answered Oct 05 '22 21:10

Daniel F