APP_RESTART_CMD with docker

Copied from APP_RESTART_CMD in docker-compose setup

Same question, by now without answer.

My zammad instance is installed via the instructions from the zammad-docker-compose repo.

When making changes to Objects Zammad requires to be restarted and the message points to instructions how to configure automatic restart by configuring the command in a variable named APP_RESTART_CMD.

I am wondering if someone has implemented automatic restarts for the docker-compose setup? If so, how did you implement it?

Used Zammad version: 5.2.x
Used Zammad installation type: docker-compose

Don’t bother, bother to upgrade instead.

Sorry, this is just a quote from the old post, we are running version 6.4.0.

As always, we have no ETAs, but we already started working on a solution, that will make the APP_RESTART_CMD obsolete.

Improve app restart handling (after configuration or object field related schema changes) · Issue #5377 · zammad/zammad

For now, I personally tried several approaches to send a signal to the host system, that might be responsible for a docker compose restart in that moment. But honestly, none of these approaches is something I would feel comfortable to share. There are some really dirty hoops I needed to jump through. And I was a perl programmer in the early days. The definition of dirty solutions :smiley:

So, I suggest a little bit more patience und up until then make a manual restart if needed.

Ok, thanks for the information, we can definitely handle it that way.

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