pgbouncer

PgBouncer

Channel Revision Published Runs on
latest/stable 5 17 Jan 2022
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
1/stable 911 06 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/stable 910 06 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/stable 914 06 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/stable 909 06 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/stable 912 06 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/stable 913 06 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/candidate 911 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/candidate 910 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/candidate 914 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/candidate 909 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/candidate 912 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/candidate 913 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/beta 911 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/beta 910 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/beta 914 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/beta 909 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/beta 912 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/beta 913 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/edge 914 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/edge 913 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/edge 912 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/edge 911 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/edge 910 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1/edge 909 05 Mar 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
juju deploy pgbouncer --channel 1/edge
Show information

Platform:

Ubuntu
24.04 22.04 20.04 18.04 16.04

Juju tech details

Juju is an open source orchestration engine for software operators that enables the deployment, integration and lifecycle management of applications at any scale, on any infrastructure using charms.

This charm is an operator - business logic encapsulated in reusable software packages that automate every aspect of an application’s life. Charms are shared via CharmHub.

See also:

Breaking changes between Juju 2.9.x and 3.x

As this charm documentation is written for Juju 3.x, users of 2.9.x will encounter noteworthy changes when following the instructions. This section explains those changes.

Breaking changes have been introduced in the Juju client between versions 2.9.x and 3.x. These are caused by the renaming and re-purposing of several commands - functionality and command options remain unchanged.

In the context of this guide, the pertinent changes are shown here:

2.9.x 3.x
add-relation integrate
relate integrate
run exec
run-action --wait run

See the Juju 3.0 release notes for the comprehensive list of changes.

The response is to therefore substitute the documented command with the equivalent 2.9.x command. For example:

Juju 3.x:

juju integrate pgbouncer:database postgresql-test-app

juju run postgresql/leader get-password 

Juju 2.9.x:

juju relate pgbouncer:database postgresql-test-app

juju run-action --wait postgresql/leader get-password

:tipping_hand_man: The document based on OpenStack guide.