Releases: tiredofit/docker-db-backup
Releases · tiredofit/docker-db-backup
4.0.27
Changed
- Switch to using actual crontab for cron expressions
3-3.12.2
Added
- Update AWS CLI 1.31.5
- Use pip to install awscli as opposed to via git repo
3-3.12.1
Added
- Update AWS CLI to 1.31.4
4.0.25
Changed
- Fix #297 - Add parameters to blobxfer to restore functionality
4.0.24
Changed
- Fix issue with cron parsing and 0 being a value getting clobbered by sort command
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