1

I have work a lot with MongoDB 2.6, then I decide to start using MongoDB 3.0.2.

1) When I create an Database using the shell command, the command return true but the database is not created. use NewDatabaseName 2) When i try to create some collections, sometime is created and sometime no

I'm using Debian 64Bit, latest version. Anybody is having this issue?

Daniele Tassone
  • 2,104
  • 2
  • 17
  • 25

2 Answers2

1

MongoDB 3.0 is not compatible with all GUI. For example today MongoVUE do not work at all.

But MongoDB Management Studio sounds like the only one that really work.

Also here some other post related. mongodb version 3.0.0 client robomongo mongovue

Community
  • 1
  • 1
Daniele Tassone
  • 2,104
  • 2
  • 17
  • 25
0

Yes your problem is GUI-related. You can check out different tools on this page:

http://mongodb-tools.com/

I will most probably be using MongoChef from now on.

MerlinK
  • 526
  • 6
  • 9