Skip to content

Releases: tiredofit/docker-db-backup

3.11.1

23 Oct 15:14
Compare
Choose a tag to compare

Added

  - Switch to tiredofit/alpine:edge for newer packages
  - Postgresql 16 support

Changed

  - Add --break-system-packages flag to pip when installing blobxfer

3.11.0

12 Oct 14:35
Compare
Choose a tag to compare

Added

  - Introduce aarch64 (ARMv8) support for Microsoft SQL Server backups
  - Microsoft ODBC Driver 18.3.2.1-1
  - Microsoft SQL Client 18.3.1.1-1

3.10.5

11 Oct 22:44
Compare
Choose a tag to compare

Added

  - Add option to drop exsiting data from MongoDB restore

Changed

  - Fix some capabilities of not being able to select mongodb manually to restore

3.10.4

11 Oct 22:17
Compare
Choose a tag to compare

Changed

  - Use authentication database for MongoDB restores

3.10.3

11 Oct 19:31
Compare
Choose a tag to compare

Changed

  - Change sorting for restore script

3.10.2

14 Sep 15:14
Compare
Choose a tag to compare

Changed

  - Update to wording when sending files to blobxfer
  - Remove --databases flag when backing up a single mysql/mariadb backup which allows to omit the "USE <db_name>" statement in the backup allowing for better restores

3.10.1

14 Sep 05:37
Compare
Choose a tag to compare

Changed

  - Bugfix to 3.10.0 with syntax error revolving around unbraced variable

3.10.0

13 Sep 15:32
Compare
Choose a tag to compare

Added

  - Add EXTRA_DUMP_OPTS and EXTRA_ENUMERATION_OPTS to add different arguments when checking for databases, vs doing the actual backup

3.9.12

04 Sep 15:32
Compare
Choose a tag to compare

Changed

  - Perform additional checks for ENABLE_CHECKSUM=FALSE and skip executing actions for S3/BlobXfer

3.9.10

23 Aug 22:31
Compare
Choose a tag to compare

Changed

  - Stop trying to move a non existent checksum file when ENABLE_CHECKSUM=FALSE