ELMA365 On-Premises > Other > Deprecated ELMA365 in MicroK8s > Install ELMA365 to MicroK8s / Uninstall ELMA365 in MicroK8s

Uninstall ELMA365 in MicroK8s

начало внимание

The article provides instructions for the deprecated system edition, ELMA365 On‑Premises in MicroK8s. Please see up-to-date editions in the ELMA365 On‑Premises article.

конец внимание

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

Found a typo? Highlight the text, press ctrl + enter and notify us