Skip to content

Instantly share code, notes, and snippets.

@iworkforthem
Created January 10, 2017 02:43
Show Gist options
  • Save iworkforthem/4981da2e587b921edd7257dcbbb43945 to your computer and use it in GitHub Desktop.
Save iworkforthem/4981da2e587b921edd7257dcbbb43945 to your computer and use it in GitHub Desktop.
remove mongodb on amazon ec2.
sudo service mongod stop
sudo yum erase $(rpm -qa | grep mongodb-org)
sudo rm -r /var/log/mongodb
sudo rm -r /var/lib/mongo
@ryancraigmartin
Copy link

👍

@iNewLegend
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment