Add support for restore mode#491
Conversation
|
Is this something that can be done via GUI or is there CLI work needed? If there is operational work required, the write mount can be overridden when a restore is needed. This is a bit more safety but a bit more uncomfortable. |
|
The admin needs to provide the restorable backups in the |
This is right, but it would not work with scenarios like Portainer based deployments, as it requires modification of the yaml file. |
|
This PR has been automatically marked as stale because it has not had recent activity. |
| env: | ||
| VERSION: 'develop' # TODO: revert before merging! |
There was a problem hiding this comment.
TODO: revert before merging
e2e2083 to
cddf976
Compare
* Switch to Zammad 7.0 * Add support for Redis Sentinel variables (#510) * Add support for restore mode (#491) * Zammad 7.0 features restoring backups in docker. This happens inside the zammad-backup container, which therefore needs to mount the zammad-storage volume in rw mode rather than ro so that files can actually be restored. * Breaking Change: This change of the mount point must be transferred to any local docker-compose.yml definitions that are already deployed and need to be updated. * Update to Elasticsearch 9 and Redis 8 (#531) * Automatically configure trusted RAILS_TRUSTED_PROXIES for proxy scenarios (#532)
* Switch to Zammad 7.0 * Add support for Redis Sentinel variables (zammad#510) * Add support for restore mode (zammad#491) * Zammad 7.0 features restoring backups in docker. This happens inside the zammad-backup container, which therefore needs to mount the zammad-storage volume in rw mode rather than ro so that files can actually be restored. * Breaking Change: This change of the mount point must be transferred to any local docker-compose.yml definitions that are already deployed and need to be updated. * Update to Elasticsearch 9 and Redis 8 (zammad#531) * Automatically configure trusted RAILS_TRUSTED_PROXIES for proxy scenarios (zammad#532)
* Switch to Zammad 7.0 * Add support for Redis Sentinel variables (zammad#510) * Add support for restore mode (zammad#491) * Zammad 7.0 features restoring backups in docker. This happens inside the zammad-backup container, which therefore needs to mount the zammad-storage volume in rw mode rather than ro so that files can actually be restored. * Breaking Change: This change of the mount point must be transferred to any local docker-compose.yml definitions that are already deployed and need to be updated. * Update to Elasticsearch 9 and Redis 8 (zammad#531) * Automatically configure trusted RAILS_TRUSTED_PROXIES for proxy scenarios (zammad#532)
Zammad 7.0 will feature restoring backups in docker. This happens inside the
zammad-backupcontainer, which therefore needs to mount thezammad-storagevolume inrwmode rather thanroso that files can actually be restored.Breaking Change
This change of the mount point must be transferred to any local docker-compose.yml definitions that are already deployed and need to be updated.