Releases: tiredofit/docker-db-backup
Releases · tiredofit/docker-db-backup
4.0.14
13 Nov 23:16
Compare
Sorry, something went wrong.
No results found
Changed
- Bugfix when PRE/POST scripts found not giving legacy warning
- Run pre / post scripts as root
4.0.13
13 Nov 01:07
Compare
Sorry, something went wrong.
No results found
Changed
- Check for any quotes if using MONGO_CUSTOM_URI and remove
4.0.12
12 Nov 17:03
Compare
Sorry, something went wrong.
No results found
Changed
- Allow creating schedulers if _MONGO_CUSTOM_URI is set and _DB_HOST blank
4.0.11
11 Nov 21:44
Compare
Sorry, something went wrong.
No results found
Changed
- Resolve issue with backing up ALL databases with PGSQL and MySQL
4.0.10
11 Nov 17:34
Compare
Sorry, something went wrong.
No results found
Changed
- Change environment variable parsing routines to properly accomodate for Passwords containing '=='
4.0.9
11 Nov 17:16
Compare
Sorry, something went wrong.
No results found
Changed
- Fix issue with quotes being wrapped around _PASS variables
4.0.8
11 Nov 16:33
Compare
Sorry, something went wrong.
No results found
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
11 Nov 15:15
Compare
Sorry, something went wrong.
No results found
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
11 Nov 01:53
Compare
Sorry, something went wrong.
No results found
Added
- Add additional DEBUG_ statements
Changed
- Fix issue with Influx DB not properly detecting the correct version
4.0.5
10 Nov 15:25
Compare
Sorry, something went wrong.
No results found
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