Releases: tiredofit/docker-db-backup
Releases · tiredofit/docker-db-backup
4.1.14
Changed
- Downgrade AWS Client to 1.36.40 due to incompatibilities with providers with 1.37x. for time being
4.1.13
Added
- Update MySQL client to 8.4.4
- Update AWS Client to 1.37.2
Changed
- Seperate MySQL and MariaDB TLS Configurationf for arguments that have deviated
4.1.11
Changed
- Fix when backing up 'ALL' databases with MariaDB
4.1.9
Added
- Pin to tiredofit/alpine:edge-7.10.19
- MySQL 8.4.3 client
- MSSQL and MSODBC 18.4.1.1-1
- Mysql 11.x Support
- Influx2 Client 2.7.5
- AWS Client 1.35.13
- Postgresql 17.x Support
4.1.8
Rebuild using 4.1.4 sources - ignore any versions of 4.1.5-4.1.7
Added
4.1.4
Please note that if using encryption using a passphrase, you may be encountering issues with manual decryption. This release fixes that.
If you try to manually decrypt and your passphrase fails. Try wrapping it in single (') or double (") quotes.
Changed
- Fix for stray quotes appearing inside of ENCRYPT_PASSPHRASE variables
4.1.3
Changed
- Rebuild to support tiredofit/alpine:7.10.0
4.1.2
Added
- Add support for Azure Blob containers
- Fix timestamps when comparing previous backups
- Resolve unnecessary read operations in Azure
- Resolve issues with backup cleanup operations in Azure
4.1.1
Changed
- Fix issue where postgresql globals when backing up ALL not being deleted (#352)