Files
docker-db-backup/CHANGELOG.md
2022-02-09 19:34:27 -08:00

9.5 KiB

2.11.3 2022-02-09

Changed

  - Rework to support new base image

2.11.2 2022-02-09

Changed

  - Refresh base image

2.11.1 2022-01-20 jacksgt@github

Changed

  - Modernized S3 variables and sanity checks
  - Change exit code to 0 when executing a manual backup

2.11.0 2022-01-20

Added

  - Add capability to select `TEMP_LOCATION` for initial backup and compression before backup completes to avoid filling system memory

Changed

  - Cleanup for MariaDB/MySQL DB ready routines that half worked in 2.10.3
  - Code cleanup

2.10.3 2022-01-07

Changed

  - Change the way MariaD/MySQL connectivity check is performed to allow for better compatibility without requiring the DB_USER to have PROCESS privileges

2.10.2 2021-12-28

Changed

  - Remove logrotate configuration for redis which shouldn't exist in the first place

2.10.1 2021-12-22 milenkara@github

Added

 - Allow for choosing region when backing up to S3

2.10.0 2021-12-22

Changed

  - Revert back to Postgresql 14 from packages as its now in the repositories
  - Fix for Zabbix Monitoring

2.9.7 2021-12-15

Changed

  - Fixup for Zabbix Autoagent registration

2.9.6 2021-12-03 alexbarcello@githuba

Changed

  - Fix for S3 Minio backup targets
  - Fix for annoying output on certain target time print conditions

2.9.5 2021-12-07

Changed

  - Fix for 2.9.3

2.9.4 2021-12-07

Added

  - Add Zabbix auto register support for templates

2.9.3 2021-11-24

Added

  - Alpine 3.15 base

2.9.2 2021-10-22 teenigma@github

Fixed

  - Fix compression failing on Redis backup

2.9.1 2021-10-15 sbrunecker@github

Fixed

  - Allow MariaDB 8.0 servers to be backed up
  - Fixed DB available check getting stuck with empty password

2.9.0 2021-10-15

Added

  - Postgresql 14 Support (compiled)
  - MSSQL 17.8.1.1

2.8.2 2021-10-15

Changed

  - Change to using aws cli from Alpine repositories (fixes #81)

2.8.1 2021-09-01

Changed

  - Modernize image with updated environment varialbes from upstream

2.8.0 2021-08-27

Added

  - Alpine 3.14 Base

Changed

  - Fix for syntax error in 2.7.0 Release (Credit the1ts@github)
  - Cleanup image and leftover cache with AWS CLI installation

2.7.0 2021-06-17

Added

  - MongoDB Authentication Database support (DB_AUTH)

2.6.1 2021-06-08 jwillmer@github

Changed

  - Fix for Issue #14 - SPLIT_DB=TRUE was not working for Postgres DB server

2.6.0 2021-02-19 tpansino@github

Added

  - SQLite support

2.5.1 2021-02-14

Changed

  - Fix xz backups with `PARALLEL_COMPRESION=TRUE`

2.5.0 2021-01-25

Added

  - Multi Platform Build Variants (ARMv7 AMD64 AArch64)

Changed

  - Alpine 3.13 Base
  - Compile Pixz as opposed to relying on testing repository
  - MSSQL Support only available under AMD64. Container exits if any other platform detected when MSSQL set to be backed up.

2.4.0 2020-12-07

Added

  - Switch back to packges for Postgresql (now 13.1)

2.3.2 2020-11-14

Changed

  - Reapply S6-Overlay into filesystem as Postgresql build is removing S6 files due to edge containing S6 overlay

2.3.1 2020-11-11 bambi73@github

Fixed

  - Multiple Influx DB's not being backed up correctly

2.3.0 2020-10-15

Added

  - Microsoft SQL Server support (experimental)

Changed

  - Compiled Postgresql 13 from source to backup psql/13 hosts

2.2.2 2020-09-22 tpansino@github

Fixed

  - Patch for 2.2.0 release fixing Docker Secrets Support. Was skipping password check.

2.2.1 2020-09-17 alwynpan@github

Fixed

  - Ondemand/Manual backup with `backup-now` was throwing errors not being able to find a proper date

2.2.0 2020-09-14 alwynpan@github

Fixed

  - Allow to use MariaDB and MongoDBs with no username and password while still allowing Docker Secrets
  - Changed source of Alpine package repositories

2.1.1 2020-09-01 zicklag@github

Fixed

  - Add eval to POST_SCRIPT execution

2.1.0 2020-08-29

Added

  - Add Exit Code variable to be used for custom scripts - See README.md for placement
  - Add POST_SCRIPT environment variable to execute command instead of relying on custom script

2.0.0 2020-06-17

Added

  - Reworked compression routines to remove dependency on temporary files
  - Changed the way that MongoDB compression works - only supports GZ going forward

Changed

  - Code cleanup (removed function prefixes, added verbosity)

Reverted

  - Removed Rethink Support

1.23.0 2020-06-15

Added

  - Add zstd compression support
  - Add choice of compression level

1.22.0 2020-06-10

Added

  - Added EXTRA_OPTS variable to all backup commands to pass extra arguments

1.21.3 2020-06-10

Changed

  - Fix `backup-now` manual script due to services.available change

1.21.2 2020-06-08

Added

  - Change to support tiredofit/alpine base image 5.0.0

1.21.1 2020-06-04

Changed

  - Bugfix to initalization routine

1.21.0 2020-06-03

Added

  - Add S3 Compatible Storage Support

Changed

  - Switch some variables to support tiredofit/alpine base image better
  - Fix issue with parallel compression not working correctly

1.20.1 2020-04-24

Changed

  - Fix Auto Cleanup routines when using `root` as username

1.20.0 2020-04-22

Added

  - Docker Secrets Support for DB_USER and DB_PASS variables

1.19.0 2020-04-22

Added

  - Custom Script support to execute upon compleition of backup

1.18.2 2020-04-08 <hyun007 @ github>

Changed

  - Rework to allow passwords with spaces in them for MariaDB / MySQL

1.18.1 2020-03-14

Changed

  - Allow for passwords with spaces in them for MariaDB / MySQL

1.18.0 2019-12-29

Added

  - Update image to support new tiredofit/alpine base images

1.17.3 2019-12-12

Changed

  - Quiet down Zabbix Agent

1.17.2 2019-12-12

Changed

  - Re Enable ZABBIX

1.17.1 2019-12-10

Changed

  - Fix spelling mistake in container initialization

1.17.0 2019-12-09

Changed

  - Stop compiling mongodb-tools as it is back in Alpine:edge repositories
  - Cleanup Code

1.16 - 2019-06-16 -

  • Check to see if Database Exists before performing backup
  • Fix for MysQL/MariaDB custom ports - Credit to spumer@github

1.15 - 2019-05-24 - <claudioaltamura @ github>

  • Added abaility to backup password protected Redis Hosts

1.14 - 2019-04-20 -

  • Switch to using locally built mongodb-tools from tiredofit/mongo-builder due to Alpine removing precompiled packages from repositories

1.13 - 2019-03-09 -

  • Fixed Postgres backup without SPLIT_DB enabled (credit MelwinKfr@github)
  • Added DB_PORT reference to properly backup Postgres with non default ports (thanks Maxximus007@github)

1.12 - 2019-03-01 -

  • Fix for XZ Compression failing

1.11 - 2018-11-19 -

  • Fix for Urnary Operator Error

1.10 - 2018-11-19 -

  • Fix for InfluxDB for backing up and supporting DB_PORT variable - Thanks skylord123@github

1.9 - 2018-11-03 -

  • Switch from OpenSSL to LibreSSL

1.8 - 2018-07-18 -

  • Fix warnings on startup related to 1.7 Changes

1.7 - 2018-06-06 -

  • Added ability for Manual Backup (enter container and type backup-now)

1.6 - 2018-02-26 -

  • Add Parallel Compression mode (Default TRUE

1.5 - 2018-01-28 -

  • Add Zabbix Checks

1.4 - 2017-11-17 -

  • Switch to Packages Postgres

1.31 - 2017-11-17 -

  • Fix to SPLIT_DB Postgresql Backup

1.3 - 2017-10-25 -

  • Remove Alpine postgres package and recompile version 10

1.2 - 2017-10-19 -

  • Syntax Error Fix
  • Fix some environment variables for Postgres and Redis

1.1 - 2017-09-14 -

  • Added CouchDB

1.0 - 2017-09-14 -

  • Initial Release
  • Alpine:Edge