Skip to content

Instantly share code, notes, and snippets.

@zoer
Created May 29, 2014 16:24
Show Gist options
  • Save zoer/9dec69e41638948cb467 to your computer and use it in GitHub Desktop.
Save zoer/9dec69e41638948cb467 to your computer and use it in GitHub Desktop.
Repair mongo DB
#!/bin/bash
sudo service mongodb stop
sudo rm /data/mongod.lock
mongod -dbpath /data --repair
sudo service mongodb start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment