Skip to content

Releases: nfrastack/container-db-backup

4.0.16

17 Nov 16:07

Choose a tag to compare

Changed

  - Switch to using msmtp instead of s-mail for notify()

4.0.15

16 Nov 17:35

Choose a tag to compare

Changed

  - Fix cleanup of old backups

4.0.14

13 Nov 23:16

Choose a tag to compare

Changed

  - Bugfix when PRE/POST scripts found not giving legacy warning
  - Run pre / post scripts as root

4.0.13

13 Nov 01:07

Choose a tag to compare

Changed

  - Check for any quotes if using MONGO_CUSTOM_URI and remove

4.0.12

12 Nov 17:03

Choose a tag to compare

Changed

  - Allow creating schedulers if _MONGO_CUSTOM_URI is set and _DB_HOST blank

4.0.11

11 Nov 21:44

Choose a tag to compare

Changed

  - Resolve issue with backing up ALL databases with PGSQL and MySQL

4.0.10

11 Nov 17:34

Choose a tag to compare

Changed

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

4.0.9

11 Nov 17:16

Choose a tag to compare

Changed

  - Fix issue with quotes being wrapped around _PASS variables

4.0.8

11 Nov 16:33

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

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