Infos:
- Used Zammad version: 5.2
- Used Zammad installation type: docker-compose
- Operating system: Ubuntu 20.04
- Browser + version: Chrome Version 122
Expected behavior:
Secure update zammad 5.2 to the latest version.
Actual behavior:
Preparation for the update.
Steps to reproduce the behavior:
Hi, to all. One of my clients has been using a docker container with zammad 5.2 for several years. now he wants to update to the latest version. what’s the safest way to do this? According to the official documentation, all I need are these 6 commands:
$ docker-compose stop
$ git pull
$ docker-compose pull
$ docker-compose up
- GIT_BRANCH=develop docker-compose -f docker-compose-build.yml up
- GIT_BRANCH=develop docker-compose -f docker-compose-build.yml build –no-cache
right? Or are there any pitfalls?
And also, how to properly make a backup before the update? thanks in advance.