Releases: jkaninda/mysql-bkup
Releases · jkaninda/mysql-bkup
v1.2.20
What's Changed
- chore: update notification template by @jkaninda in #121
- docs: update Kubernetes deployments by @jkaninda in #122
- docs: update email notification example by @jkaninda in #123
- docs: update restoration supported extensions by @jkaninda in #124
- doc: update s3 storage deployment example by @jkaninda in #128
- chore: replace prune and keep-last flags by BACKUP_RETENTION_DAYS env… by @jkaninda in #129
- chore: add command usage error by @jkaninda in #130
Full Changelog: v1.2.19...v1.2.20
v1.2.19
v1.2.18
v1.2.17
What's Changed
- fix: fix infinity calling Fatal when sending notification by @jkaninda in #116
- feat: add backup reference by @jkaninda in #116
services:
mysql-bkup:
image: jkaninda/mysql-bkup
container_name: mysql-bkup
command: backup
volumes:
- ./backup:/backup
environment:
- DB_HOST=mysql
- DB_PORT=3306
- DB_NAME=database
- DB_USERNAME=username
- DB_PASSWORD=password
- MAIL_HOST=
- MAIL_PORT=587
- MAIL_USERNAME=
- MAIL_PASSWORD=!
- MAIL_FROM=
- MAIL_TO=me@example.com,team@example.com,manager@example.com
- MAIL_SKIP_TLS=false
- TG_TOKEN=[BOT ID]:[BOT TOKEN]
- TG_CHAT_ID=
## Time format for notification
- TIME_FORMAT=2006-01-02 at 15:04:05
## Backup reference, in case you want to identify every backup instance
- BACKUP_REFERENCE=database/Paris cluster
networks:
- web
networks:
web:
Full Changelog: v1.2.16...v1.2.17
v1.2.16
v1.2.15
v1.2.14
v1.2.13
What's Changed
- refactor: remove old flags
- refactor: refactoring of AWS and ssh configurations
- docs: update SSH and FTP deployment example
Full Changelog: v1.2.12...v1.2.13