I have released today version 3.0 of hleroy/backup-s3 container.
Main changes are:
- Added tags to target specific Postgres version (e.g. hleroy/backup-s3:v3.0-pg13)
- Added build script to automate building all images with relevant tags
- Added
--if-exists
to postgresdropdb
statement to avoid throwing an error is the database doesn’t exist. Thank you Matthew Vella for raising the issue.