Skip to content

Instantly share code, notes, and snippets.

@aurels
Created July 26, 2011 14:52
Show Gist options
  • Select an option

  • Save aurels/1106934 to your computer and use it in GitHub Desktop.

Select an option

Save aurels/1106934 to your computer and use it in GitHub Desktop.
Starting MongoDB after a crash on Ubuntu (+repair)
sudo rm /var/log/mongodb/mongod.lock
sudo -u mongodb mongod -f /etc/mongodb.conf --repair
sudo service mongodb start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment