postgres-backup-s3
postgres-backup-s3 copied to clipboard
A handy Docker container to periodically backup PostgreSQL to S3
Postgres [publishes alpine versions of Docker images](https://hub.docker.com/_/postgres) including for PG 17 which was recently released. So this approach should work better than #60 where we're left to the mercy of...
https://www.postgresql.org/about/news/postgresql-17-released-2936/ Currently, `postgresql-client` for v17 is not available in Alpine, so this PR needs to wait: https://pkgs.alpinelinux.org/packages?name=postgresql17*&branch=edge&repo=main&arch=&maintainer=
Hi, please add support for creating a docker swarm service, because when machine go offline, it is started again, I tried the following approach: docker service create --name postgres_backup postgres-backup-s3-backup:latest...