Releases: jkaninda/mysql-bkup
Releases · jkaninda/mysql-bkup
v1.2.26
What's Changed
- fix: the configuration file path is not being detected when it is enc… by @jkaninda in #160
- chore(deps): bump alpine from 3.21.0 to 3.21.2 by @dependabot in #161
- feat: add backup flags for configuration and cron expression by @jkaninda in #162
- Nightly by @jkaninda in #163
- doc: reviewed docs by @jkaninda in #164
Full Changelog: v1.2.25...v1.2.26
v1.2.25
What's Changed
- docs: add azure configuration reference by @jkaninda in #157
- chore(deps): bump golang from 1.23.3 to 1.23.4 by @dependabot in #158
- chore: add convert bytes to a human-readable string with the appropriate unit (bytes, MiB, or GiB) by @jkaninda in #159
Full Changelog: v1.2.24...v1.2.25
v1.2.24
v1.2.23
v1.2.22
v1.2.21
What's Changed
- chore: integrate external storage module by @jkaninda in #134
- fix: add identifyFile by @jkaninda in #135
- chore(deps): bump golang from 1.23.2 to 1.23.3 by @dependabot in #145
- feat: add Azure Blob storage by @jkaninda in #146
New Contributors
- @dependabot made their first contribution in #137
Full Changelog: v1.2.20...v1.2.21
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=
- [email protected],[email protected],[email protected]
- 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