Skip to content

Releases: nfrastack/db-backup

4.9.1

Choose a tag to compare

@tiredofit tiredofit released this 06 Aug 21:58

Changed

  - Fix issue with MySQL pre backup connectivity check when ssl disabled

4.9.0

Choose a tag to compare

@tiredofit tiredofit released this 29 Jul 17:48

The db-backup:4.9.x series will be the last before the 5.x.x release which is expected in August of 2026.
The tool is being rewritten from ground up, this last branch solves present day pain points and is seen as maintenance releases.

Added

  - Convert to nfrastack/base container base image
  - Alpine 3.24
  - Update MySQL to 9.7.2
  - Minor bug fixes with service start and shutdowns

4.1.100

Choose a tag to compare

@tiredofit tiredofit released this 13 Mar 15:36

Changed

  - Repush of 4.1.99

4.1.99

Choose a tag to compare

@tiredofit tiredofit released this 13 Mar 12:39

This the final tiredofit/db-backup release - All development and releases will reside under the nfrastack/container-db-backup namespace going forward.

Added

  - Postgreaql 18 support
  - AWS CLI 1.44.56
  - MySQL 8.4.8
  - MSSQL 18.6.1-1

4.1.21

Choose a tag to compare

@tiredofit tiredofit released this 08 Aug 16:26

Changed

  - Fix for 4.1.20 release inadvertently failing backups (credit tlex@github)

4.1.20

Choose a tag to compare

@tiredofit tiredofit released this 23 Jul 15:55

Changed

  - Fix backup error checking routines #417 - credit alteriks@github

4.1.19

Choose a tag to compare

@tiredofit tiredofit released this 28 May 15:06

Changed

  - Force overwrite manual scripts as opposed to append (#414)

4.1.18

Choose a tag to compare

@tiredofit tiredofit released this 12 May 15:33

Changed

  - Fix MongoDB restore from not dropping DB each time before restore except explicitly told (credit logicoa@github)

4.1.17

Choose a tag to compare

@tiredofit tiredofit released this 18 Apr 04:08

Changed

  - Fix issue with Postgres database cleanup when ALL databases being backed up as one file (SPLIT_DB=FALSE)

4.1.16

Choose a tag to compare

@tiredofit tiredofit released this 21 Feb 15:39

Added

  - Update to tiredofit/alpine:7.10.28
  - Support TLS connectivity with restore script (credit fermion2020@github)