Skip to content

Add "how to manual backup" on docker compose #879

Description

@YetAnotherGerrit

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions