Showing posts with label mongodb. Show all posts
Showing posts with label mongodb. Show all posts

MongoDB: fixed not starting error

Just use these:

sudo -u mongodb mongod --repair --dbpath /var/lib/mongodb/
sudo service mongodb start

Of course change dbpath to your dbpath, this one is default.