Skip to content

Releases: f213/postgres-backup-s3

1.3.0

27 Jul 19:43
ea684ef
Compare
Choose a tag to compare

We now publish multiple builds targeting specific PostgreSQL versions (right now its 15, 16, and 17). While you can always use the latest version, it's recommended to choose the build that matches your server's PostgreSQL version. This prevents compatibility issues where you might create a backup that can't be restored on your current server. For example, if you're running PostgreSQL 15, use tag 1.3.0-pg15 instead of 1.3.0 or latest.

1.2.1

29 Feb 09:57
0f572ef
Compare
Choose a tag to compare
  1. Updated Documentation

    • Cron schedule now with year support. Schedule for version 1.1.x may need updating.
    • The SCHEDULE variable is now mandatory.
  2. Bug Fixes

    • Now, if SUCCESS_WEBHOOK is not filled, the script behaves as expected.

1.2.0

18 Feb 15:33
ec41eff
Compare
Choose a tag to compare
1.2.0 Pre-release
Pre-release

Working arm64 images

1.1.0

18 Feb 22:28
a2c9615
Compare
Choose a tag to compare

Update alpine version to support newer versions of pg_dump: postgres-client version 16.2, that compatible with postgresql version 9.2-16.2

1.0.1

18 Feb 15:22
eb14d02
Compare
Choose a tag to compare
1.0.1 Pre-release
Pre-release

First automated release

1.0.0

23 Jan 12:57
902abe7
Compare
Choose a tag to compare
Importozameshchenie: support for custom webhooks instead of single he…

0.0.1

12 Feb 13:35
94a8a83
Compare
Choose a tag to compare
Better scheduling example