bobthecow / genghis

The single-file MongoDB admin app
http://genghisapp.com
MIT License
1.45k stars 166 forks source link

MongoDB 3.0 - store engine wiredTiger #201

Closed ttaranto closed 9 years ago

ttaranto commented 9 years ago

Hi I upgraded MongoDB from 2.6.8 to 3.0.1 and genghis stopped to see my databases and collections. Do you know when Genghis will support this storage engine?

Thanks!

bobthecow commented 9 years ago

Hi @ttaranto. I haven't had a chance to upgrade to 3.0 yet and test, but there should be nothing fundamentally broken about the way Genghis and MongoDB communicate. I'll check it out, but if you need something working faster, try running the dev branch version. It uses newer driver versions, which might do the trick.

bobthecow commented 9 years ago

Also, I'm not entirely sure why this is a pull request, or what you're requesting :)

stennie commented 9 years ago

@ttaranto You need to update your MongoDB driver for support listing collections with alternative storage engines (and for full compatibility with MongoDB 3.0):

bobthecow commented 9 years ago

Yep, with the latest driver versions everything seems to work on my local machine without changing Genghis at all.

ttaranto commented 9 years ago

Thank's all!