Closed mgruner closed 1 year ago
i've already tried but run into some problems. need more time to test. unfotunately i'm very busy at the moment.
+1 on this one
I recently tried to migrate my installation to Docker and having the whole /opt/zammad shared/persistent was a non-starter, because I wondered what happens if I pull a new image, but all the old files are persisted in /opt/zammad. I could probably not even update.
Really looking forward to this change :-)
Before 6.0 some rsync magic in the mounted volume was used during update. This was needed for historical reasons, as at some point some files has been stored in the fielsystem.
Will be fixed inside: https://github.com/zammad/zammad-docker-compose/pull/347
Infos
Expected behavior
var
for data that needs to be shared in the cluster as described in the README.mdActual behavior
/opt/zammad
which will probably be changed/removed now that rsync is no longer used.