Created
November 26, 2014 20:11
-
-
Save kwilczynski/491227d9813702e18151 to your computer and use it in GitHub Desktop.
Remove Chef Server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chef-server-ctl stop | |
chef-server-ctl kill | |
chef-server-ctl cleanse | |
chef-server-ctl uninstall | |
pkill -9 -u opscode | |
pkill -9 -f postgres | |
pkill -9 -f beam | |
pkill -9 -f /opt/chef | |
rm -rf /etc/opscode /etc/chef /opt/opscode /opt/chef /var/chef | |
rm -rf /etc/chef-server /etc/chef /opt/chef-server /opt/chef /root/.chef /var/opt/chef-server | |
rm -rf /var/chef /var/log/chef-server | |
rpm -e chef-server | |
rpm -e chef-server-core |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is a good point, although by default it should send
SIGKILL
to all services, as per (from the page you linked):