36 Commits

Author SHA1 Message Date
Pau RE 241673885d Add prevalidate environment on start 2024-09-04 11:14:19 +02:00
Pau RE 414fbfcb81 Iterate inside folder backups
Tries to fix #156 #157
2024-09-04 09:54:18 +02:00
Pau RE 4d1f8604f6 Add support for latest backup symlink 2024-05-21 17:25:06 +02:00
Pau Rodriguez-Estivill 67ecbb1b3e Implement hooks with run-parts #58 2022-08-20 19:29:18 +02:00
Pau Rodriguez-Estivill 1f46aba95a Revert remove env variables from Dockerfile
This reverts commit 84a26cecad.
2022-08-20 13:44:31 +02:00
Pau Rodriguez-Estivill 84a26cecad Remove env variables from Dockerfile 2022-08-20 13:32:51 +02:00
Pau Rodriguez-Estivill 691d24b152 Add more verbose regarding hard links 2022-08-20 13:26:32 +02:00
Pau Rodriguez-Estivill 6c4d2ce699 Remove unneded $? evaluation in a -e script 2022-08-20 12:26:52 +02:00
Claude DIARRA 839c096199 feat: webhook after a successful backup 2022-08-20 12:24:39 +02:00
PedroCapdevila 130e5a3aa0 Fix delete old backups in folder last 2022-04-05 14:00:31 -03:00
Pau Rodriguez-Estivill bf074fcefb Fix pg_dumpall error detection 2022-02-26 19:33:24 +01:00
Pau Rodriguez-Estivill 1dd8f3af7f Implement latest symlink #59 2022-02-26 17:33:40 +01:00
Pau Rodriguez-Estivill b6163ee56a Limit last backups by minutes 2022-02-26 17:26:58 +01:00
Pau Rodriguez-Estivill f97585e5ef Improve compression speed #43 2021-02-19 19:16:25 +01:00
Pau Rodriguez-Estivill 393147d563 Added compression support for pg_dumpall (#31) 2020-09-02 18:56:13 +02:00
Pau Rodriguez-Estivill 7e40b9cf25 Fix pg_dumpall database parameter (#31) 2020-09-01 18:10:07 +02:00
Pau Rodriguez-Estivill 5d33982057 Add support for cluster fixes issue #30 2020-08-20 20:33:32 +02:00
Pau Rodriguez-Estivill bdc9d975dd Add support for PGPASSFILE for clusters #30 2020-08-20 20:33:32 +02:00
Pau Rodriguez-Estivill a01eae32be Allow to dump with -Fd fixing issue #28 2020-08-20 20:33:32 +02:00
Werner Robitza 0307921e79 change wording
The backup is not uploaded anywhere, it is just created
2020-03-26 09:47:46 +01:00
Pau Rodriguez-Estivill 6773819952 Style update 2019-03-26 16:06:32 +01:00
Pau Rodriguez-Estivill 09dfc24fa6 Fix #17 issue handling _FILE env vars 2019-03-26 16:02:34 +01:00
Pau Rodriguez-Estivill 681e358069 Moved and user to env (#15) and code clean from PR #16. 2019-03-25 13:59:08 +01:00
Jonas Thelemann 10043a3d68 Add _FILE Support For User And Databases 2019-03-22 14:49:32 +01:00
PauRE e647728b2a Added verbose 2019-03-04 10:51:55 +01:00
Raik Bieniek 83479c1a27 Make cleanup work when multiple databases are specified. #8 2019-03-04 08:14:48 +01:00
Pau Rodriguez-Estivill c78f5ac3de Fix syn error. Closes #7 2018-07-03 00:16:35 +02:00
Pau Rodriguez-Estivill df96579ec5 Style fix 2018-06-30 14:38:47 +02:00
Pau Rodriguez-Estivill 78f2fae1dd Fixed password file errors 2018-06-30 14:38:17 +02:00
PauRE c392a84346 Merge pull request #6 from capnis/master
Add support for docker secrets
2018-06-30 14:18:55 +02:00
Pau Rodriguez-Estivill b74f2182d9 Added support for multiple databases. Closes #1 2018-06-30 14:07:22 +02:00
capnis fd83ad1ed3 Add support for docker secrets
Check if password file ENV variable POSTGRES_PASSWORD_FILE is set (for use with docker secrets, point this to /run/secrets/<name of secret>). If it is not set, fallback to POSTGRES_PASSWORD ENV variable.
2018-06-30 11:15:58 +03:00
Pau Rodriguez-Estivill cb81b30e9c Updated to use postgres image. 2016-10-28 17:01:50 +02:00
Pau Rodriguez-Estivill a7e9ea29a4 Changed to use POSTGRES_DB. 2016-10-28 15:25:51 +02:00
Pau Rodriguez-Estivill 3395f51c5d Fixed permisions. 2016-10-28 15:20:36 +02:00
Pau Rodriguez-Estivill 96c02aafe0 Initial commit. 2016-10-28 14:58:34 +02:00