начало внимание
This article contains instructions for the deprecated BRIX On-Premises in MicroK8s with PostgreSQL 10 database. It is supported up to system version 2024.4. Upgrading edition and database is not available. Please update to the current BRIX On-Premises edition.
конец внимание
To remove the entire installation, run the following commands:
sudo snap remove --purge microk8s
sudo rm -f /usr/local/bin/elma365ctl
To make BRIX 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