Skip to content

Instantly share code, notes, and snippets.

@hugoleodev
Created September 10, 2013 02:06
Show Gist options
  • Save hugoleodev/6504155 to your computer and use it in GitHub Desktop.
Save hugoleodev/6504155 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo service mongodb stop
sudo rm /var/lib/mongodb/mongod.lock
sudo chown -R mongodb:mongodb /var/lib/mongodb/
sudo service mongodb start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment