pgbouncer

PgBouncer

Channel Revision Published Runs on
latest/stable 5 17 Jan 2022
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
1/stable 642 04 Feb 2025
Ubuntu 22.04 Ubuntu 20.04
1/stable 641 04 Feb 2025
Ubuntu 22.04 Ubuntu 20.04
1/stable 640 04 Feb 2025
Ubuntu 22.04 Ubuntu 20.04
1/stable 639 04 Feb 2025
Ubuntu 22.04 Ubuntu 20.04
1/candidate 642 29 Jan 2025
Ubuntu 22.04 Ubuntu 20.04
1/candidate 641 29 Jan 2025
Ubuntu 22.04 Ubuntu 20.04
1/candidate 640 29 Jan 2025
Ubuntu 22.04 Ubuntu 20.04
1/candidate 639 29 Jan 2025
Ubuntu 22.04 Ubuntu 20.04
1/beta 642 29 Jan 2025
Ubuntu 22.04 Ubuntu 20.04
1/beta 641 29 Jan 2025
Ubuntu 22.04 Ubuntu 20.04
1/beta 640 29 Jan 2025
Ubuntu 22.04 Ubuntu 20.04
1/beta 639 29 Jan 2025
Ubuntu 22.04 Ubuntu 20.04
1/edge 658 13 Feb 2025
Ubuntu 22.04 Ubuntu 20.04
1/edge 657 13 Feb 2025
Ubuntu 22.04 Ubuntu 20.04
1/edge 656 13 Feb 2025
Ubuntu 22.04 Ubuntu 20.04
1/edge 655 13 Feb 2025
Ubuntu 22.04 Ubuntu 20.04
juju deploy pgbouncer --channel 1/stable
Show information

Platform:

Ubuntu
22.04 20.04 18.04 16.04

Interfaces/endpoints

PgBouncer supports modern ‘postgresql_client’ interface. Applications can easily connect PgBouncer using ‘data_interfaces’ library from ‘data-platform-libs’.

Modern postgresql_client interface (database endpoint):

Adding a relation is accomplished with juju relate (or juju integrate for Juju 3.x) via endpoint database. Read more about Juju relations (integrations). Example:

# Deploy Charmed PostgreSQL and PgBouncer clusters
juju deploy postgresql -n 3 --channel 14/stable
juju deploy pgbouncer -n 3 --channel 1/stable

# Deploy the relevant charms, e.g. postgresql-test-app
juju deploy postgresql-test-app

# Relate all applications
juju integrate postgresql pgbouncer
juju integrate pgbouncer postgresql-test-app:database

# Check established relation (using postgresql_client interface):
juju status --relations

# Example of the properly established relation:
# > Integration provider     Requirer                          Interface              Type     Message
# > pgbouncer:database       postgresql-test-app:database      postgresql_client      regular  
# > postgresql:database      pgbouncer:backend-database        postgresql_client      regular  
# > ...

See all the charm interfaces here.


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