Skip to content

Instantly share code, notes, and snippets.

@erangaeb
Created March 31, 2016 15:41
Show Gist options
  • Save erangaeb/ba0322f6eb4aaabc533630caff0c7d6d to your computer and use it in GitHub Desktop.
Save erangaeb/ba0322f6eb4aaabc533630caff0c7d6d to your computer and use it in GitHub Desktop.
Restart mongo db service
sudo service mongod restart
# or
sudo service mongod stop
sudo service mongod start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment