Tokutek / mongo

TokuMX is a high-performance, concurrent, compressing, drop-in replacement engine for MongoDB | Issue tracker: https://tokutek.atlassian.net/browse/MX/ |
http://www.tokutek.com/products/tokumx-for-mongodb/
704 stars 97 forks source link

Can't find any collection named 'tasks'! #1225

Closed PatrickEGorman closed 9 years ago

PatrickEGorman commented 9 years ago

I have gotten the following error:

patrickgorman ~ $ invoke mongo
Can't find any collection named 'tasks'!

Installed tokumx without mongodb on homebrew by tapping it and then installing it. Entered brew doctor but all I got was some missing header files which apparently isn't a big issue? I tried brew update and brew upgrade with not success. I also installed mongodb for a test and it works fine. Any ideas?

PatrickEGorman commented 9 years ago

Problem unrelated to tokumx and actually has to do with the framework I'm using.