Skip to content

Releases: tiredofit/docker-db-backup

3.6.0

21 Nov 20:32
Compare
Choose a tag to compare

Added

  - Postgresql 15 Support

3.5.6

15 Nov 21:07
Compare
Choose a tag to compare

Changed

  - Add failure if DB_TYPE empty or malformed

3.5.5

18 Oct 14:52
Compare
Choose a tag to compare

Changed

  - Fix for S3 backups and trailing slashes (@greena13)

3.5.4

13 Oct 20:59
Compare
Choose a tag to compare

Changed

  - Fix for Influx DB 1 backups when compression enabled

3.5.3

12 Oct 15:42
Compare
Choose a tag to compare

Changed

  - Remove build dependencies for blobxfer making image size smaller
  - Remove silencing commands limiting Postgres backups from working without DEBUG_MODE=TRUE

3.5.2

11 Oct 15:49
Compare
Choose a tag to compare

Update Influxdb client to 2.4.0 (jauderho@github)

3.5.0

10 Oct 19:06
Compare
Choose a tag to compare

Added

  - Blobxfer / Microsoft Azure Support (credit: eoehen@github)
  - Introduce MONGO_CUSTOM_URI environment variable for those not wanting to use DB_* variables

Changed

  - Force filenames to be in lowercase
  - Fix S3 Database cleanups (credit greenatwork@github)
  - Remove MONGO_DB_TYPE variable as MONGO_CUSTOM_URI overrides
  - Fix MSSQL Backups (credit eoehen@github)
  - Seperate examples for MySQL and MSSQL

3.4.2

19 Sep 15:00
Compare
Choose a tag to compare

Changed

  - Skip availability check for Mongo Atlas connections

3.4.1

13 Sep 15:24
Compare
Choose a tag to compare

Added

  - Introduce environment variables for SCRIPT_LOCATION_POST and SCRIPT_LOCATION_PRE for better seperation

Changed

  - Introduce deprecation warning for /assets/custom-scripts and /assets/custom-scripts/pre

3.4.0

12 Sep 14:51
Compare
Choose a tag to compare

Added

  - Add GZ_RSYNCABLE environment variable for better rsync compatibility (Credit teun95@github)
  - Add Pre Backup Script Support
  - Add MongoDB Atlas Support

Changed

  - Fix Default Port for Influx 2 DB Hosts