| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 5 | 17 Jan 2022 | |
| 1/stable | 911 | 06 Mar 2026 | |
| 1/stable | 910 | 06 Mar 2026 | |
| 1/stable | 914 | 06 Mar 2026 | |
| 1/stable | 909 | 06 Mar 2026 | |
| 1/stable | 912 | 06 Mar 2026 | |
| 1/stable | 913 | 06 Mar 2026 | |
| 1/candidate | 911 | 05 Mar 2026 | |
| 1/candidate | 910 | 05 Mar 2026 | |
| 1/candidate | 914 | 05 Mar 2026 | |
| 1/candidate | 909 | 05 Mar 2026 | |
| 1/candidate | 912 | 05 Mar 2026 | |
| 1/candidate | 913 | 05 Mar 2026 | |
| 1/beta | 911 | 05 Mar 2026 | |
| 1/beta | 910 | 05 Mar 2026 | |
| 1/beta | 914 | 05 Mar 2026 | |
| 1/beta | 909 | 05 Mar 2026 | |
| 1/beta | 912 | 05 Mar 2026 | |
| 1/beta | 913 | 05 Mar 2026 | |
| 1/edge | 914 | 05 Mar 2026 | |
| 1/edge | 913 | 05 Mar 2026 | |
| 1/edge | 912 | 05 Mar 2026 | |
| 1/edge | 911 | 05 Mar 2026 | |
| 1/edge | 910 | 05 Mar 2026 | |
| 1/edge | 909 | 05 Mar 2026 |
juju deploy pgbouncer --channel 1/edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
24.04
22.04
20.04
18.04
16.04
How to enable encryption
PgBouncer is a subordinate charm. When integrated to a host application (principal charm), it serves on localhost, so TLS encryption is not necessary.
If you are using data-integrator, PgBouncer will open a port to listen to TCP traffic. In this case, because PgBouncer is exposed, TLS encryption is recommended.
Enable TLS
First, deploy the TLS charm:
juju deploy self-signed-certificates --config ca-common-name="Tutorial CA"
To enable TLS, integrate the two applications:
juju integrate self-signed-certificates pgbouncer
To enable TLS on PostgreSQL, refer to Charmed PostgreSQL | How to enable security.