1
0
mirror of https://github.com/garraflavatra/docker-volume-s3-backup.git synced 2025-05-17 21:24:39 +00:00

20 Commits

Author SHA1 Message Date
Elliott Shugerman
abbe4b3703 comments 2022-09-25 13:46:26 -04:00
Elliott Shugerman
9fa6cece9d remove weird bit from POSTGRES_PASSWORD error message in restore.sh 2022-09-25 13:46:26 -04:00
Elliott Shugerman
ea7d8e77bb make access id/key optional (closes #21) 2022-09-25 13:46:26 -04:00
Jizu Sun
d5a7945317
fix S3_ENDPOINT and BACKUP_KEEP_DAYS compatibility (#19) 2022-07-25 16:33:40 -07:00
Sam Weston
4ac3278ffb
Add ARM64 Builds (#15)
* Add ARM64 builds

* Move to a go-cron fork with arm64 support

* Use TARGETARCH directly in the script

* Use buildkit for docker build in readme
2022-07-13 22:16:28 -07:00
Dmitriy Haidiuk
2b28f9f0ec Updated removing old backups logic. 2022-04-13 11:16:23 +03:00
Dmitriy Haidiuk
2e45dc55b8 Updated backup remove cron date variable. 2022-04-13 00:21:34 +03:00
Dmitriy Haidiuk
b1b12e8a05 Updated backup remove cron date variable. 2022-04-13 00:11:32 +03:00
Dmitriy Haidiuk
1ea38070f6 Added auto-remove for old backups. 2022-04-12 21:39:51 +03:00
Elliott Shugerman
8ef632ab84 breaking change: if SCHEDULE is not set, run backup and then exit 2021-12-07 23:08:02 -05:00
Elliott Shugerman
d6a761045e fix restore for case where restored tables are missing in target 2020-05-29 18:41:59 -06:00
Elliott Shugerman
31f3a471bc use build args instead of templating 2020-05-29 16:51:17 -06:00
Elliott Shugerman
563c0fdbdf don't use --insecure flag on curl download 2020-05-28 23:29:50 -06:00
Elliott Shugerman
84df67ae0e don't use Python 2 2020-05-28 23:29:50 -06:00
Elliott Shugerman
48eb1736aa support null $SCHEDULE 2020-05-28 23:29:43 -06:00
Elliott Shugerman
c036e13ef4 readme 2019-12-02 22:02:09 -07:00
Elliott Shugerman
0f1ad642dd filter backups by database name 2019-12-01 20:02:12 -07:00
Elliott Shugerman
e8ad6ceba4 script cleanup, misc changes
- --blobs by default
- always drop and recreate schemas, specified by DROP_SCHEMAS
2019-12-01 17:52:14 -07:00
Elliott Shugerman
1ba61ed95a move Dockerfiles into src/ 2019-11-27 22:03:09 -07:00
Elliott Shugerman
3e05233a2a merge restore and util containers 2019-11-27 20:57:21 -07:00