Skip to content

Instantly share code, notes, and snippets.

@vishr
Created August 7, 2011 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vishr/1130605 to your computer and use it in GitHub Desktop.
Save vishr/1130605 to your computer and use it in GitHub Desktop.
# Repairing mongod in Ubuntu:
sudo rm /var/lib/mongodb/mongod.lock
sudo -u mongodb mongod -f /etc/mongodb.conf --repair
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment