Please help!
Mongodb crashed on my server. When I started the mongod backup
I have no data in database!
Looking at the data/db/
directory I have the following 5 files:
mongo.lock
production-mongodb 4k
production-mongodb.0 64m
production-mongodb.1 128m
production-mongodb.ns 16m
I think mongo has somehow started a new database, keeping my old one? Hopefully! If this is correct how do I fix this? And what is going on here?
I have tried to remove the lock file and run mongod --repair
but still empty database.