Charmed PostgreSQL

Channel Revision Published Runs on
latest/stable 345 09 Nov 2023
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
14/stable 336 18 Oct 2023
Ubuntu 22.04
14/candidate 336 18 Oct 2023
Ubuntu 22.04
14/beta 336 18 Oct 2023
Ubuntu 22.04
14/edge 350 02 Dec 2023
Ubuntu 22.04
juju deploy postgresql --channel 14/stable
Show information

Platform:

Ubuntu
22.04

Creating and listing backups requires that you:

Once you have a three-node cluster that has configurations set for S3 storage, check that Charmed PostgreSQL is active and idle with juju status. Once Charmed PostgreSQL is active and idle, you can create your first backup with the create-backup command:

juju run-action postgresql/leader create-backup --wait

You can list your available, failed, and in progress backups by running the list-backups command:

juju run-action postgresql/leader list-backups --wait

:information_source: Tips: to avoid unnecessary service downtime always use non-Primary units for the action create-backup. Keep in mind:

  • Enabling TLS disables the command from running on primary units.
  • Not having TLS enabled disables the command from running on non-primary units.

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