Add support for Redis Sentinel variables#510
Merged
Conversation
Closed
Contributor
|
This PR has been automatically marked as stale because it has not had recent activity. |
Contributor
|
This PR has been automatically marked as stale because it has not had recent activity. |
mgruner
added a commit
that referenced
this pull request
Mar 4, 2026
* 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)
Olli
pushed a commit
to Olli/zammad-docker-compose
that referenced
this pull request
Mar 11, 2026
* 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)
mleem97
pushed a commit
to mleem97/zammad-docker-compose
that referenced
this pull request
Mar 30, 2026
* 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requires Zammad 7.0 (#496)