6

In my mongodb one database contains thee collections, but when i run Robomongo 0.8.5 collections of my database are not shown(left side of the Robomongo 0.8.5(file explorer).

If i run following query in Robomongo 0.8.5, it shows all the collection.

db.stats()

another query to show collection

db.collectionName.find()//it shows all documents in collection

please suggest solution for this problem.

Prathap Badavath
  • 1,621
  • 2
  • 20
  • 24

3 Answers3

6

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

sami ayed
  • 61
  • 4
2

You if you like to stick to Robomongo: the most current versions (0.9.x) now supports MongoDB 3.x

Amir Rahbaran
  • 2,380
  • 2
  • 21
  • 28
1

Update your Robomongo with current version, It will solve your problem.

Abhay Dixit
  • 998
  • 8
  • 28