Skip to content

Commit

Permalink
Merge pull request #4921 from EnterpriseDB/docs/pgbouncer_edits_to_no…
Browse files Browse the repository at this point in the history
…ngenerated_installs

Edits to install topics for pgbouncer
  • Loading branch information
nidhibhammar authored Oct 18, 2023
2 parents 9faa1fb + 03d0854 commit d23d493
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions product_docs/docs/pgbouncer/1/installing/03_uninstallation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ legacyRedirectsGenerated:
- "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/1.0/uninstallation.html"
---

This section walks you through uninstalling EDB PgBouncer.
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 following command:
To uninstall EDB PgBouncer on a CentOS host, assume the identity of the root user and invoke the command.

On RHEL/CentOS 7:

Expand All @@ -25,11 +25,11 @@ On RHEL/Rocky Linux/AlmaLinux 8:
dnf -y erase edb-pgbouncer<xx>
```

Where `<xx>` is the EDB PgBouncer version.
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, invoke the following command:
To uninstall EDB PgBouncer on a Debian or Ubuntu host:

```shell
apt-get remove edb-pgbouncer<xx>
Expand All @@ -39,32 +39,25 @@ 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 the following command:
To uninstall PgBouncer on an SLES 12 host, assume the identity of the root user and invoke:

```shell
zypper remove edb-pgbouncer<xx>
```

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

For example, to uninstall EDB PgBouncer 1.16, invoke the following command:
For example, to uninstall EDB PgBouncer 1.16:

```shell
zypper remove edb-pgbouncer116
```

## Uninstalling EDB PgBouncer on a Windows host

To uninstall EDB PgBouncer on a Windows Host, perform the following steps:
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.

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 click `Yes` to begin uninstalling EDB PgBouncer:
The uninstallation process begins.

![The EDB PgBouncer Uninstaller](images/uninstall1.png)
1. Select **OK** when the uninstallation completes.

Fig. 1: The EDB PgBouncer Uninstaller

2. The uninstallation process begins. Click `OK` when the uninstallation completes:

![Uninstallation completes](images/uninstall2.png)

Fig. 2: Uninstallation completes

0 comments on commit d23d493

Please sign in to comment.