Skip to content

Releases: tiredofit/docker-db-backup

4.1.3

05 Jul 19:06
Compare
Choose a tag to compare

Changed

  - Rebuild to support tiredofit/alpine:7.10.0

4.1.2

02 Jul 23:15
Compare
Choose a tag to compare

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

19 Jun 22:41
Compare
Choose a tag to compare

Changed

  - Fix issue where postgresql globals when backing up ALL not being deleted (#352)

4.1.0

25 May 21:22
Compare
Choose a tag to compare

This release no longer auto builds arm/v7

Added

  - Introduce DEFAULT/DBXX_MYSQL_CLIENT option to use mariadb or mysql for client dumping to solve incompatibility issues
  - Alpine 3.20 Base
  - MariaDB 10.11.8 Client
  - AWS Client 1.32.113
  - MySQL Client 8.4.0

4.0.35

15 Jan 04:22
Compare
Choose a tag to compare

Changed

  - Fix issue with emaail notifications and not being able to add from statement

4.0.34

02 Jan 22:01
Compare
Choose a tag to compare

Changed

  - Change the way architectures are detected to re-enable backups with MSSQL and Influx2

4.0.32

16 Dec 03:26
Compare
Choose a tag to compare
   ### Changed

      - Fix issue with directories not properly being backed up (InfluxDB)

4.0.31

13 Dec 03:25
Compare
Choose a tag to compare

Changed

  - Support backing up databases with spaces in them

4.0.30

11 Dec 23:21
Compare
Choose a tag to compare

Added

  - Seperate each job with its own temporary folder for isolation and to better cleanup jobs that backup as a directory instead of a flat file

4.0.29

04 Dec 19:29
Compare
Choose a tag to compare

Changed

  - Skip blobxfer if either account or key is not present