Upgrade or Uninstall BindPlane OP Server
Upgrade BindPlane OP Server
To upgrade to the latest version of BindPlane OP, rerun the installer command or package for your operating system.
Uninstall BindPlane OP Server
- Stop the process:
sudo systemctl disable bindplane && sudo systemctl stop bindplane
- Remove the package
- Debian and Ubuntu:
sudo apt-get remove bindplane -y
- CentOS and RHEL 8 and newer (use yum for anything older)
sudo dnf remove bindplane -y
- Optionally remove leftover data
sudo rm -rf /etc/bindplane /var/lib/bindplane /var/log/bindplane
Updated 7 months ago