How to update Zam docker-compose 5.4 to 6

  • 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.

Hi @sas2402, please have a look here: Update to Zammad 6.0. by mgruner · Pull Request #347 · zammad/zammad-docker-compose · GitHub

It’s not ready yet.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.