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
Denis
616e7c73cd
Fixed SCHEDULE EV description ( #147 )
PR #136 switched from go-cron to crond, so it doesn't support seconds and formats like '@daily' anymore
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
2 years ago
Daniele De Lorenzi
591b3bcd44
[FIX] Typo in apk add command ( #150 )
3 years ago
Markus Bachmann
7032c4adc8
Add support for MySQL 8.0 ( #149 )
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
41188388cf
Use python3, remove go-cron, and use builtin cron
4 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
Jérôme Parmentier
c2c45be6bb
Replace deprecated MAINTAINER by LABEL
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
Adam Engebretson
1526053cb8
Fixing bash #derp
8 years ago
Marcus Stewart Hughes
4d3a3345b5
If an IAM role is present, don't export AWS credentials.
8 years ago
Adam Engebretson
3438bcf270
Enabling AWS Signature v4
- Added env S3_S3V4
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
8 years ago
Jens Riisom Schultz
289438667e
Switching from alpine:edge to :latest makes the thing actually build.
8 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
Olivier Cuypers
846e44ae16
Base on alpine:edge to get DNS fixes
Fix fromofficial phpMyAdmin: 6dd6b90902
See https://twitter.com/thockin/status/704909611279781888 and
gliderlabs/docker-alpine#8. This will be fixed
in 3.4, so at that point we can switch back to using stable.
Fixes #23 (DNS issues)
Fixes #27 (Kubernetes support)
9 years ago
Teoh Han Hui
089952ad8e
Remove colon in time portion of archive filename
Still valid ISO8601 datetime
9 years ago
Johannes Schickling
d247946ce6
swagger ui
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