Uninstalling v1

You can uninstall EDB PgBouncer.

Uninstalling EDB PgBouncer on a RHEL/Rocky Linux/AlmaLinux host

To uninstall EDB PgBouncer on a CentOS host, assume the identity of the root user and invoke the command.

On RHEL/CentOS 7:

yum -y erase edb-pgbouncer<xx>

On RHEL/Rocky Linux/AlmaLinux 8:

dnf -y erase edb-pgbouncer<xx>

Where <xx> is the EDB PgBouncer version you want to uninstall.

Uninstalling EDB PgBouncer on a Debian or Ubuntu host

To uninstall EDB PgBouncer on a Debian or Ubuntu host:

apt-get remove edb-pgbouncer<xx>

Where <xx> is the version you want to uninstall.

Uninstalling EDB PgBouncer on an SLES 12 host

To uninstall PgBouncer on an SLES 12 host, assume the identity of the root user and invoke:

zypper remove edb-pgbouncer<xx>

Where <xx> is the version you want to uninstall.

For example, to uninstall EDB PgBouncer 1.16:

zypper remove edb-pgbouncer116

Uninstalling EDB PgBouncer on a Windows host

  1. The EDB PgBouncer graphical installer creates an uninstaller in the installation directory. Navigate into the installation directory and assume superuser privileges. Open the uninstaller and select Yes to begin uninstalling EDB PgBouncer.

    The uninstallation process begins.

  2. Select OK when the uninstallation completes.