Skip to content

v16.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jul 10:58
73d09fd

Changes

🚀 Features

  • Enhancement: Optimize default backup service behavior on stack startup (#598) @mgruner
    • This changes the default value of BACKUP_ON_START from true to false, which means that no backup is taken when the stack is (re)started.
    • zammad-backup will still continue to take daily backups as before.
    • You can always generate a manual backup by running docker compose run --rm --env BACKUP_ONCE=true zammad-backup

Full Changelog: v15.5.8...v16.0.0