zammad / zammad-docker-compose

Zammad Docker images for docker-compose
https://hub.docker.com/r/zammad/zammad-docker-compose/
GNU Affero General Public License v3.0
273 stars 223 forks source link

Shared folder /var should be added for Zammad 6.0 #350

Closed mgruner closed 1 year ago

mgruner commented 1 year ago

Infos

Expected behavior

Actual behavior

monotek commented 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.

HEP85 commented 1 year ago

+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 :-)

monotek commented 1 year ago

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.

monotek commented 1 year ago

Will be fixed inside: https://github.com/zammad/zammad-docker-compose/pull/347