Skip to content

Releases: tiredofit/docker-db-backup

4.0.10

11 Nov 17:34
Compare
Choose a tag to compare

Changed

  - Change environment variable parsing routines to properly accomodate for Passwords containing '=='

4.0.9

11 Nov 17:16
Compare
Choose a tag to compare

Changed

  - Fix issue with quotes being wrapped around _PASS variables

4.0.8

11 Nov 16:33
Compare
Choose a tag to compare

Changed

  - Tidy up file_encryption() routines
  - Change environment variable _ENCRYPT_PUBKEY to _ENCRYPT_PUBLIC_KEY
  - Add new environment variable _ENCRYPT_PRIVATE_KEY

4.0.7

11 Nov 15:15
Compare
Choose a tag to compare

Added

  - Add seperate permissions for _FILESYSTEM_PATH

Changed

  - More output and debugging additions
  - SQLite3 now backs up without running into file permission/access problems
  - Cleanup old sqlite backups from temp directory
  - Handle multiple SQLite3 backups concurrently

4.0.6

11 Nov 01:53
Compare
Choose a tag to compare

Added

  - Add additional DEBUG_ statements

Changed

  - Fix issue with Influx DB not properly detecting the correct version

4.0.5

10 Nov 15:25
Compare
Choose a tag to compare

Added

  - Add undocumented DBBACKUP_USER|GROUP environment variables for troubleshooting permissions
  - Add more verbosity when using DEBUG_ statements

Changed

  - Change _FILESYSTEM_PERMISSION to 600 from 700

4.0.4

09 Nov 19:49
Compare
Choose a tag to compare

Added

  - Add support for restoring from different DB_ variables in restore script

4.0.3

09 Nov 17:20
Compare
Choose a tag to compare

Changed

  - Resolve issue with _MYSQL_TLS_CERT_FILE not being read

4.0.2

09 Nov 16:10
Compare
Choose a tag to compare

Changed

  - Properly use custom _S3_HOST variables

4.0.1

09 Nov 16:04
Compare
Choose a tag to compare

Changed

  - Restore - Stop using DB_DUMP_TARGET and instead browse using DEFAULT_BACKUP_PATH