Skip to content

Releases: offen/docker-volume-backup

v2.37.2

13 Feb 18:55
@m90 m90
5c8bc10
Compare
Choose a tag to compare

Fixes

  • Remove stray log statement #359

v2.37.1

13 Feb 14:57
@m90 m90
9a1e885
Compare
Choose a tag to compare

v2.37.0 contained a regression where environment variables would not be considered at all when running multiple schedules from a conf.d directory. If you use this feature please upgrade to this version and do not use v2.37.0 which might result in backups not being persisted without further notice.

Fixes

  • Env vars should propagate when using conf.d #358

Chores

v2.37.0

12 Feb 15:11
@m90 m90
Compare
Choose a tag to compare

Features

Chores

  • Dependency hygiene #345

This image now supports a richer set of cron schedules than before. See the documentation for what exactly is supported.

v2.36.1

01 Feb 17:32
@m90 m90
63b5457
Compare
Choose a tag to compare

Fixes

  • Exclusive file lock is released prematurely #339

v2.36.0

31 Jan 11:28
@m90 m90
c3daeac
Compare
Choose a tag to compare

This release improves Docker Swarm support by removing the need for using a on-failure restart policy on your services. Check the documentation for further details.

Features

  • Improve Swarm Support #333 (thanks @pixxon for all the input when working on this)

Chores

Fixes

  • Panic values that can be cast to errors are not being printed #334

Docs


Deprecation notice

This release deprecates the BACKUP_STOP_CONTAINER_LABEL setting and renames it to BACKUP_STOP_DURING_BACKUP_LABEL. The old setting will still work, but you will see a deprecation warning in your logs. It will also be removed in the next major version.

To update, rename the key:

    env:
-     BACKUP_STOP_CONTAINER_LABEL: database
+     BACKUP_STOP_DURING_BACKUP_LABEL: database

Also see: https://offen.github.io/docker-volume-backup/how-tos/replace-deprecated-backup-stop-container-label.html

v2.35.0

20 Dec 19:59
@m90 m90
64daf7b
Compare
Choose a tag to compare

Features

  • add toJson and toPrettyJson notification template helpers #319 (thanks @hywax)

Chores

v2.34.0

05 Dec 20:55
@m90 m90
58573e6
Compare
Choose a tag to compare

Features

  • Improve performance of SSH storage backend (#313) - thanks @Riscue

Chores

v2.33.2

04 Nov 11:31
@m90 m90
0325889
Compare
Choose a tag to compare

Fixes

  • Retention days not correctly displayed in log #300

v2.33.1

29 Oct 15:03
@m90 m90
1d54904
Compare
Choose a tag to compare

Fixes

  • Error message on demultiplexing Docker command output received bad error arg #295

v2.33.0

03 Sep 15:09
@m90 m90
336c5be
Compare
Choose a tag to compare

Features

  • Improve Gzip performance by replacing stdlib gzip with klauspost/pgzip #266 (Thanks @MaxJa4)

New parameter GZIP_PARALLELISM can be used to further control resource usage when compressing.