Releases: tiredofit/docker-db-backup
Releases · tiredofit/docker-db-backup
4.0.13
Changed
- Check for any quotes if using MONGO_CUSTOM_URI and remove
4.0.12
Changed
- Allow creating schedulers if _MONGO_CUSTOM_URI is set and _DB_HOST blank
4.0.11
Changed
- Resolve issue with backing up ALL databases with PGSQL and MySQL
4.0.10
Changed
- Change environment variable parsing routines to properly accomodate for Passwords containing '=='
4.0.9
Changed
- Fix issue with quotes being wrapped around _PASS variables
4.0.8
Changed
- Tidy up file_encryption() routines
- Change environment variable _ENCRYPT_PUBKEY to _ENCRYPT_PUBLIC_KEY
- Add new environment variable _ENCRYPT_PRIVATE_KEY
4.0.7
Added
- Add seperate permissions for _FILESYSTEM_PATH
Changed
- More output and debugging additions
- SQLite3 now backs up without running into file permission/access problems
- Cleanup old sqlite backups from temp directory
- Handle multiple SQLite3 backups concurrently
4.0.6
Added
- Add additional DEBUG_ statements
Changed
- Fix issue with Influx DB not properly detecting the correct version
4.0.5
Added
- Add undocumented DBBACKUP_USER|GROUP environment variables for troubleshooting permissions
- Add more verbosity when using DEBUG_ statements
Changed
- Change _FILESYSTEM_PERMISSION to 600 from 700
4.0.4
Added
- Add support for restoring from different DB_ variables in restore script