eeshugerman / postgres-backup-s3

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

Use postgres alpine images to add support for PG 17 #61

Open miharekar opened 2 days ago

miharekar commented 2 days ago

Postgres publishes alpine versions of Docker images including for PG 17 which was recently released.

So this approach should work better than #60 where we're left to the mercy of Alpine releases 😅