Releases: tiredofit/docker-db-backup
Releases · tiredofit/docker-db-backup
4.0.23
Changed
- Resolve issue with custom notification scripts not executing
4.0.22
Changed
- Move cleanup_old_data routines to happen within backup_ function to properly accomodate for globals, and ALL DB_NAME use cases
4.0.21
Changed
- Fix for SQLite backups not being cleaned up properly due to a malformed base
4.0.20
Changed
- Update base image to support S6 Overlay 3.1.6.2 to solve shutdown issues specifically with MODE=MANUAL and MANUAL_RUN_FOREVER=TRUE
- Add some safety nets for Manual scheduling
4.0.19
Changed
- Make adjustments to cron scheduling feature to be able to handle whitespace properly"
4.0.18
Changed
- Fix loading msmtp configuration
4.0.17
Changed
- Provide more details when notifying via instant messages
4.0.16
Changed
- Switch to using msmtp instead of s-mail for notify()
4.0.15
Changed
- Fix cleanup of old backups
4.0.14
Changed
- Bugfix when PRE/POST scripts found not giving legacy warning
- Run pre / post scripts as root