No description
  • Shell 91.5%
  • Jinja 8.5%
Find a file
2026-01-24 20:15:18 +01:00
defaults refactor: rename and optimize podman-pg-backup 2026-01-24 18:49:24 +01:00
files fix: fix backup call 2026-01-24 20:15:01 +01:00
meta feat: publish role 2026-01-24 18:59:14 +01:00
tasks refactor: move podman-postgresql-backup to sbin 2026-01-24 20:15:18 +01:00
templates refactor: rename and optimize podman-pg-backup 2026-01-24 18:49:24 +01:00
README.md chore: fix markdown syntax 2026-01-24 19:59:37 +01:00

Podman

This role installs podman and tooling, including:

  • PostgreSQL container backups with podman-postgresql-backup

Configuration

podman-postgresql-backup

These configuration options define how daily backups for podman postgresql databases are created.

podman_postgresql_backup_time : The time of the daily backup. Defaults to 2:24:00.

podman_postgresql_backup_backup_dir : The directory in which backups are stored. Defaults to /var/backups/podman-postgresql-backup.

PostgreSQL container backups

This role installs podman-postgresql-backup, which will execute daily backups of podman PostgreSQL containers, if configured to do so.

See the output of podman-postgresql-backup --help on the host for more information.

Backup configuration files must be placed in /etc/podman-postgresql-backup/.