Changes
🚀 Features
- Enhancement: Optimize default backup service behavior on stack startup (#598) @mgruner
- This changes the default value of
BACKUP_ON_STARTfromtruetofalse, which means that no backup is taken when the stack is (re)started. zammad-backupwill 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
- This changes the default value of
Full Changelog: v15.5.8...v16.0.0