As an admin, I want to understand how to perform a manual backup in my Docker Compose environment, both in a standard Docker Compose scenario and in a Portainer environment, so that I can ensure data safety and recovery.
https://docs.zammad.org/en/latest/appendix/backup-and-restore/docker-compose.html
Acceptance criteria
- Update the documentation with the new manual backup command for Docker Compose:
docker compose run --rm --env BACKUP_ONCE=true zammad-backup.
- Include instructions for triggering a manual backup in Portainer.
Background information
The default behavior for backups has changed. Previously, a backup was automatically created on every stack start, but this behavior is now disabled. However, this was never documented, so no update is required for that change.
A new method for triggering a manual backup in Docker Compose has been introduced and should be documented. Since the documentation also covers installing Zammad in Portainer, a corresponding method for Portainer must also be included.
As an admin, I want to understand how to perform a manual backup in my Docker Compose environment, both in a standard Docker Compose scenario and in a Portainer environment, so that I can ensure data safety and recovery.
https://docs.zammad.org/en/latest/appendix/backup-and-restore/docker-compose.html
Acceptance criteria
docker compose run --rm --env BACKUP_ONCE=true zammad-backup.Background information
The default behavior for backups has changed. Previously, a backup was automatically created on every stack start, but this behavior is now disabled. However, this was never documented, so no update is required for that change.
A new method for triggering a manual backup in Docker Compose has been introduced and should be documented. Since the documentation also covers installing Zammad in Portainer, a corresponding method for Portainer must also be included.