Charmed PgBouncer

Channel Revision Published Runs on
latest/stable 5 17 Jan 2022
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
1/stable 89 21 Feb 2024
Ubuntu 20.04
1/candidate 176 06 May 2024
Ubuntu 20.04
1/beta 176 30 Apr 2024
Ubuntu 20.04
1/edge 180 30 Apr 2024
Ubuntu 20.04
juju deploy pgbouncer --channel 1/edge
Show information

Platform:

Ubuntu
20.04

How to deploy and manage units

Basic Usage

To deploy a single unit of PgBouncer using its default configuration:

juju deploy pgbouncer --channel 1/stable

Scaling

PgBouncer is a subordinated charm, both scaling-up and scaling-down operations are performed via principal application using juju add-unit:

juju add-unit application -n <desired_num_of_units>

The subordinated application will be scaled automatically, following the principal application.


Help improve this document in the forum (guidelines). Last updated 6 months ago.