Commit Graph

80 Commits

Author SHA1 Message Date
Pau Rodriguez-Estivill 5001498324 More fixes for Debian cross-build 2021-10-28 22:40:14 +02:00
Pau Rodriguez-Estivill 2aa03d19ce Add postgresql 14 and remove EOL 9.5 2021-10-28 20:11:54 +02:00
PauRE 031da712be Fix Debian cross-build #44 2021-10-28 20:01:48 +02:00
PauRE 9674176fb7 Update README.md 2021-07-22 17:14:28 +02:00
PauRE 3b6d1a0335 Add TZ environment variable to fix #50 2021-05-20 15:03:35 +02:00
PauRE 2a1f95a2af Update README to fix #54 2021-05-20 14:42:39 +02:00
Pau Rodriguez-Estivill a2927fec09 Minor alpine build fix 2021-03-07 14:54:06 +01:00
Pau Rodriguez-Estivill ef54bd18d3 Add architectures s390x and ppc64le #44 2021-03-07 14:40:06 +01:00
Pau Rodriguez-Estivill 7d841fadb3 Add local revision tag 2021-03-07 14:39:40 +01:00
Pau Rodriguez-Estivill f97585e5ef Improve compression speed #43 2021-02-19 19:16:25 +01:00
PauRE cddefe160b README.md: Add additional options links 2021-02-04 20:06:08 +01:00
PauRE 627bdad645 Add destination folder owner instructions 2020-11-06 15:41:24 +01:00
Pau Rodriguez-Estivill c37bf719f1 Fix hcl indent 2020-10-01 15:22:29 +02:00
Pau Rodriguez-Estivill 0686998b92 Added Postgres 13 #35 2020-10-01 15:07:06 +02:00
Pau Rodriguez-Estivill 7858b93f77 Fix docker-compose example 2020-09-05 16:27:57 +02:00
Pau Rodriguez-Estivill 4c3477fbda Markdown lint 2020-09-02 18:59:16 +02: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 5abed76075 Rename Dockerfiles 2020-09-01 18:00:20 +02:00
Pau Rodriguez-Estivill 5d3244c1c6 Improved manual backup example 2020-08-20 22:54:24 +02:00
Pau Rodriguez-Estivill 22ada6f6a2 Recommend runAsNonRoot in the examples (#29) 2020-08-20 22:19:48 +02:00
Pau Rodriguez-Estivill 0a9404a08e Add build documentation 2020-08-20 21:49:36 +02:00
Pau Rodriguez-Estivill 06231d5519 Removed unsupported version 9.4 2020-08-20 21:10:36 +02:00
Pau Rodriguez-Estivill fbcabb4aac Document restore example improves issue #27 2020-08-20 20:54:00 +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
PauRE 35efb3cfb7 Merge pull request #26 from x-jokay/fix-markdown-files
Fix markdown issues
2020-08-20 18:27:57 +02:00
PauRE d719670e32 Merge pull request #25 from x-jokay/fix-typo
Fix typo
2020-07-27 17:42:54 +02:00
D. Domig 66259acab4 Fix markdown issues 2020-07-27 15:15:36 +02:00
D. Domig 61bafff0ac Fix typo 2020-07-27 15:12:36 +02:00
PauRE f85097f7e4 Merge pull request #24 from slhck/patch-1
change wording
2020-03-26 12:10:00 +01: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 dc10d3a69e Updated to prodrigestivill/go-cron v0.0.9 that allows optional seconds 2020-03-01 19:34:24 +01:00
Pau Rodriguez-Estivill 8e700838b3 Fix environment variables 2020-02-11 19:52:03 +01:00
Pau Rodriguez-Estivill f7301fd81e Add more architectures, moved to docker baker build system 2020-02-11 18:45:46 +01:00
Pau Rodriguez-Estivill bac1647953 Minimize intermediary images 2020-02-11 13:53:45 +01:00
Pau Rodriguez-Estivill eb3d6658be Moved to newer go-cron build 2020-02-11 13:35:57 +01:00
Pau Rodriguez-Estivill fbc7fe50b8 Add support for postgres 12. closes #22 2019-10-19 12:45:34 +02:00
PauRE 5cc9f82d50 Update README.md
Add special variables to README #19
2019-06-08 15:23:51 +02: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
Pau Rodriguez-Estivill ef969791ff Fixed issues with PR #16 2019-03-25 13:49:51 +01:00
PauRE d3513822c6 Merge pull request #16 from dargmuesli/secret_files
Add _FILE Support For User And Databases
2019-03-25 13:48:01 +01:00
Jonas Thelemann 10043a3d68 Add _FILE Support For User And Databases 2019-03-22 14:49:32 +01:00
PauRE 7be5d39ad4 Merge pull request #14 from dargmuesli/readme
Improve README
2019-03-19 20:22:32 +01:00
Jonas Thelemann 700796b6e2 Complete Environment Variable Description
+ Undocumented environment variables
+ Required / defaults description
~ Order alphabetically
2019-03-19 20:18:09 +01:00
Jonas Thelemann 459fafd9ae Rephrase README
~ Improves readability
2019-03-19 20:16:57 +01:00
PauRE b3e1309ef9 Update README.md 2019-03-19 20:01:06 +01:00