github offen/docker-volume-backup v2.36.0

latest releases: v2.43.0, v2.42.0, v2.41.0...
7 months ago

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

Don't miss a new docker-volume-backup release

NewReleases is sending notifications on new releases.