eeshugerman / postgres-backup-s3

A handy Docker container to periodically backup PostgreSQL to S3
MIT License
485 stars 167 forks source link

Postgres version 16 support #42

Closed gabrielelucci closed 9 months ago

gabrielelucci commented 10 months ago

I successfully restored a backup using docker.io/eeshugerman/postgres-backup-s3:15 on a container running docker.io/library/postgres:16-alpine, so I think it just works? Having official confirmation with a properly tagged image would be great!

petre-c commented 10 months ago

Restored, maybe, but when trying to back-up I receive:

pg_dump: error: aborting because of server version mismatch
pg_dump: detail: server version: 16.1 (Debian 16.1-1.pgdg120+1); pg_dump version: 15.3
petre-c commented 10 months ago

https://github.com/eeshugerman/postgres-backup-s3/pull/39

gabrielelucci commented 10 months ago

Welp, you made me realize I've not been doing backups for two weeks! Luckily, I only updated one project, and it looks like the merge request is ready.

eeshugerman commented 9 months ago

Done! https://github.com/eeshugerman/postgres-backup-s3/pull/39