Free Report! Gartner® Hype Cycle™ for Monitoring and Observability.Read more

Upgrade or Uninstall BindPlane OP Server

note

📘 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:
bash
1sudo systemctl disable bindplane && sudo systemctl stop bindplane
  1. Remove the package
  • Debian and Ubuntu:
bash
1sudo apt-get remove bindplane-ee -y
  • CentOS and RHEL 8 and newer (use yum for anything older)
bash
1sudo dnf remove bindplane-ee -y
  1. Optionally remove leftover data
bash
1sudo rm -rf /etc/bindplane /var/lib/bindplane /var/log/bindplane