Matías García Isaía
b434fc163c
Support extra options in mysql-backup-s3's dump ( #157 )
`MYSQLDUMP_OPTIONS` allowed to set the `mysqldump` command options, but
implied setting once again the defaults that the current image already
has. The new `MYSQLDUMP_EXTRA_OPTIONS` gets concatenated to the other
variable, allowing the user to add without having to repeat the
defaults.
2 years ago
Matías García Isaía
c6e19eec80
Allow to opt-out of S3 bucket creation in mysql-backup ( #153 )
This avoids the need to grant S3 list/read access to the backup user
3 years ago
Csaba Sulyok
b041c03909
attempt to create s3 bucket automatically if not found ( #140 )
Co-authored-by: Sulyok Csaba <sulyok.csaba@codespring.ro>
3 years ago
Donal Byrne
b6cc872ced
Added to all scripts
7 years ago
Michael Bianco
f17af7f5ae
Eliminate space in shebang
Was causing dockerfile to fail to load
4 years ago
Rob Harrison
58e8830f1c
Added static filename to list of environment variable options
7 years ago
Olivier Cuypers
e110cb4ec9
Exclude sys & innodb databases on mysql-backup-s3
With the latest versions of MySQL there are new databases to exclude from bz
8 years ago
Marcus Stewart Hughes
4d3a3345b5
If an IAM role is present, don't export AWS credentials.
8 years ago
Rafael Amorim
30164d65c9
Remove hard aws credentials restriction
AWS Credentials are not always a requirement if you are using ECS as it supports IAM Roles for Tasks.
8 years ago
Fredo
3d0ed04f1e
Fix backup.sh for mysql-backup-s3
Fix a missing space which throw an error
```
backup.sh: line 47: syntax error: unexpected "then" (expecting "}")
```
8 years ago
Adam Engebretson
284be0ea4c
Adding support for custom S3 endpoint
9 years ago
Olivier Cuypers
68bd0dc4b5
Add MULTI_FILE env var
Kept full retro-compatibility
9 years ago
Olivier Cuypers
15f370ecca
Add the option to have 1 file per database
9 years ago
Teoh Han Hui
089952ad8e
Remove colon in time portion of archive filename
Still valid ISO8601 datetime
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