Alex Toff
0e1ae1045d
feat(postgres-backup-s3): Support custom backup filename ( #160 )
* Add support for back file name override
* apply to full dump too. include DB name
* readme updates
* consistency
1 year ago
ajctrl
ec69104d8f
encrypt after pg_dump ( #156 )
2 years ago
David Sierra DiazGranados
5a0d364159
Fix backup.sh ( #154 )
Error:
backup.sh: line 96: DEST_FILEpostgres_2022-09-01T22:43:47Z.sql.gz: not found
2 years ago
Mike Bianco
6506a9c0b1
Adding encryption option to postgres s3 backup
3 years ago
Alex Kulikovskikh
35e560069a
Update postgres-backup-s3 ( #127 )
- Bump alpine from 3.9 to 3.11
- Add Postgres v12 support (Fixes #115 )
- Add multiple or all databases backup (Fixes #10 )
- S3_PREFIX can be empty (Fixes #59 )
- Add missing Documentation (Fixes #87 )
3 years ago
Donal Byrne
b6cc872ced
Added to all scripts
7 years ago
Claudio Mignanti
55173945e1
postgres-backup-s3: Parameters S3_ENDPOINT and S3_S3V4 added.
# Conflicts:
# postgres-backup-s3/backup.sh
8 years ago
Claudio Mignanti
4cc6bde0bb
postgres-backup-s3: Prepend the database name to DB dump inside S3 bucket
8 years ago
Santiago Palladino
2f4238f8b4
Add POSTGRES_EXTRA_OPTS env variable to postgres-backup-s3
Add optional env variable that can be used to pass extra options
to pg_dump, such as restrict the set of tables dumped.
9 years ago
Kieran Brownlees
56735a5775
Set pipefail so a pg_dump command will cause a failure
9 years ago
Miku Laitinen
8eea309b04
[FEAT] Enabled postgres container linking and added a Docker Compose linking example in the README.md.
9 years ago
Gabriel Sobrinho
25e2f759e3
Remove superfluous parentheses
10 years ago
Johannes Schickling
0afddddc89
postgres backup s3
10 years ago
Johannes Schickling
ac4bb408a7
format
10 years ago
Johannes Schickling
721d07ffb9
fix env
10 years ago
Johannes Schickling
a082f3313c
mysql backup
10 years ago