pgbouncer

PgBouncer

Channel Revision Published Runs on
latest/stable 5 17 Jan 2022
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
1/stable 875 15 Jan 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/stable 876 15 Jan 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/stable 877 15 Jan 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/stable 873 15 Jan 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/stable 878 15 Jan 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/stable 874 15 Jan 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/candidate 899 18 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/candidate 898 18 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/candidate 902 18 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/candidate 897 18 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/candidate 900 18 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/candidate 901 18 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/beta 899 18 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/beta 898 18 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/beta 902 18 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/beta 897 18 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/beta 900 18 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/beta 901 18 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/edge 902 17 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/edge 901 17 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/edge 900 17 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/edge 899 17 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/edge 898 17 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/edge 897 17 Feb 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
juju deploy pgbouncer --channel 1/stable
Show information

Platform:

Ubuntu
24.04 22.04 20.04 18.04 16.04

Minor Rollback

:information_source: Example: PgBouncer 1.19 → PgBouncer 1.18
(including simple charm revision bump: from revision 43 to revision 42)

:warning: WARNING: do NOT trigger rollback during the running upgrade action! It may cause unpredictable PostgreSQL Cluster and/or PgBouncer state!

Minor rollback steps

The rollback is NOT necessary if sacrificial unit is created before the upgrade, just remove it using scale-down the application. Otherwise perform the rollback:

  1. Rollback. Perform the charm rollback using juju refresh. The unit with the maximal ordinal will be rolled-back first and rollback continues for entire application.
  2. Check. Make sure the charm and cluster are in healthy state again.

Manual Rollback

After a juju refresh, case there any version incompatibilities in charm revisions or it dependencies, or any other unexpected failure in the upgrade process, the upgrade process will be halted an enter a failure state.

Although the underlying PostgreSQL Cluster and PgBouncer continue to work, it’s important to rollback the charm to previous revision so an update can be later attempted after a further inspection of the failure.

To execute a rollback we take the same procedure as the upgrade, the difference being the charm revision to upgrade to. In case of this tutorial example, one would refresh the charm back to revision 88, the steps being:

Step 1: Rollback

When using charm from charmhub:

juju refresh pgbouncer --revision=88

Case deploying from local charm file, one need to have the previous revision charm file and the postgresql-image resource, then run:

juju refresh pgbouncer --path=./pgbouncer_ubuntu-22.04-amd64.charm

Where pgbouncer_ubuntu-22.04-amd64.charm is the previous revision charm file.

The biggest ordinal unit will be rolled out and should rejoin the cluster after settling down. After the refresh command, the juju controller revision for the application will be back in sync with the running PgBouncer revision.

Step 2: Check

The future improvement is planned to check the state on pod/cluster on a low level. At the moment check juju status to make sure the cluster state is OK.