Releases: tiredofit/docker-db-backup
Releases · tiredofit/docker-db-backup
3.5.6
Changed
- Add failure if DB_TYPE empty or malformed
3.5.5
Changed
- Fix for S3 backups and trailing slashes (@greena13)
3.5.4
Changed
- Fix for Influx DB 1 backups when compression enabled
3.5.3
Changed
- Remove build dependencies for blobxfer making image size smaller
- Remove silencing commands limiting Postgres backups from working without DEBUG_MODE=TRUE
3.5.2
Update Influxdb client to 2.4.0 (jauderho@github)
3.5.0
Added
- Blobxfer / Microsoft Azure Support (credit: eoehen@github)
- Introduce MONGO_CUSTOM_URI environment variable for those not wanting to use DB_* variables
Changed
- Force filenames to be in lowercase
- Fix S3 Database cleanups (credit greenatwork@github)
- Remove MONGO_DB_TYPE variable as MONGO_CUSTOM_URI overrides
- Fix MSSQL Backups (credit eoehen@github)
- Seperate examples for MySQL and MSSQL
3.4.2
Changed
- Skip availability check for Mongo Atlas connections
3.4.1
Added
- Introduce environment variables for SCRIPT_LOCATION_POST and SCRIPT_LOCATION_PRE for better seperation
Changed
- Introduce deprecation warning for /assets/custom-scripts and /assets/custom-scripts/pre
3.4.0
Added
- Add GZ_RSYNCABLE environment variable for better rsync compatibility (Credit teun95@github)
- Add Pre Backup Script Support
- Add MongoDB Atlas Support
Changed
- Fix Default Port for Influx 2 DB Hosts