pg_dump
pg_dump copied to clipboard
Docker image for scheduled dump of PostGres SQL files with automatic retention and removal
Currently the image is only linux/amd64. Would be great to have an arm image as well.
https://www.postgresql.org/about/news/postgresql-17-released-2936/ Btw, thanks for this very useful Docker image :)
@Martlark hi Really appreciate your solution for database dump. Very handy and well documented I use it to run as kubernetes cronjob (configuration simplified) ```apiVersion: batch/v1 kind: CronJob metadata: name:...
Is there any way how to set some TTL on S3 bucket? In short: I would like to store dumps only for one day. Solution: Write some cron for clear...
Hi, It seems entrypoint.sh not recognizing `POSTGRES_PASSWORD_FILE` variable. Seeing output below in container logs ``` Starting pg_dump /run/secrets/POSTGRES_PASSWORD: line 1: 7@: command not found /run/secrets/POSTGRES_PASSWORD: line 1: XXXXXXXX: command not...