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

  1. Stop the process:
sudo systemctl disable bindplane && sudo systemctl stop bindplane
  1. 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
  1. Optionally remove leftover data
sudo rm -rf /etc/bindplane /var/lib/bindplane /var/log/bindplane