To remove the entire installation, run the following commands:
sudo snap remove --purge microk8s
sudo rm -f /usr/local/bin/elma365ctl
To make ELMA365 work correctly upon re-installation, clear the iptables rules after deleting the server:
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
iptables -t nat -F
iptables -t mangle -F
iptables -F
iptables -X
Then reboot the server.
Uninstalling a version older than 0.9.0:
sudo elma365ctl purge
sudo rm -rf /var/lib/elma365
sudo rm -rf /etc/elma365
sudo rm -f /usr/local/bin/elma365ctl
Was this helpful?
Found a typo? Highlight the text, press ctrl + enter and notify us