- Used Zammad version: 5.4.1
- Used Zammad installation type: docker-compose
- Operating system: Ubuntu 22.04.2
Expected behavior:
How to update zammad correctly?
I do it this way:
$ docker-compose stop
$ git stash
$ git pull
$ docker-compose pull
$ docker-compose up
But the version doesn’t change.