This repository was archived by the owner on Jun 21, 2025. It is now read-only.
Support for backing up all databasesΒ #32
Open
Description
The schickling image supports using pg_dumpall
to backup all databases within a Postgres instance/cluster.
https://github.com/schickling/dockerfiles/blob/master/postgres-backup-s3/backup.sh#L65-L88
Could this also be supported in this image? This is the only missing feature holding me back from using this image over schickling's, as I'd like to have the backup be a "set it and forget it" cronjob even as more databases are added.
Would be open to try implementing it myself (will be testing against CloudNative-PG) and PR'ing the changes assuming all goes well.