Hi everyone,
I’m running Zammad via Docker/Portainer and want to update specifically to version 6.5.3, not 7.x.
What’s the correct way to do this?
Can I just set the VERSION environment variable, re-pull the image, and redeploy?
Thanks!
Hello, I also wanted to update to 6.5.3 without upgrading to 7.0.0. Is it possible ??
Just change the image tag. As easy as that.
Yes, thanks… I was looking for in the github source project but I’ve seen then the image exist in hub.docker…
Thanks…
So I have upgraded these versions
VERSION=6.5.3
ELASTICSEARCH_VERSION=8.19.9
MEMCACHE_VERSION=1.6.40-alpine
REDIS_VERSION=7.4.7-alpine
POSTGRES_VERSION=17.7-alpine
The repo has them other packages, but the search of Github sucks on that regard.
Hi,
okay, but which tag should I use?
When I’m looking here (Tags · zammad/zammad-docker-compose · GitHub), it’s not very clear which tag is the right one.
If you’d take a look into the tags descriptions, you’d see that v15.x.x has 7.0 specific changes - so you’d want to stay below that.