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
268 stars 207 forks source link

Closes: #379 - Add mount point for /opt/zammad/storage #380

Closed mgruner closed 11 months ago

mgruner commented 11 months ago

It will not hurt to have this mount point, even if it is not used by default. Instead, it will make maintenance easier.

seljuck commented 10 months ago

If we are upgrading from 5.3 where the docker-compose file has already created zammad-data:/opt/zammad

and we use the new docker-compose that uses zammad-storage:/opt/zammad/storage

Will this cause us to lose any data, if we don't add zammad-data back to the compose file?

mgruner commented 10 months ago

If you find that data is missing, you can temporarily re-add the previous mount point, and move the data to the new location.

seljuck commented 10 months ago

Thanks for the answer. I gave it a try without re-adding it. It looks like all our data is still there.