Hi All,
sorry if this is a noob question but I’m very new to both docker and selfhosting in general.
I installed stash via portainer and am currently on v0.30.1 but would like to update to v0.31.1. As by my understanding, I would simple have to pull a new docker image as described here Docker - Stash-Docs .
Step 5. reads “Make sure the mount points and settings are the same as in previous docker-compose.yml file.”
environment:
- STASH_STASH=/data/
- STASH_GENERATED=/generated/
- STASH_METADATA=/metadata/
- STASH_CACHE=/cache/
Are these the mount points? For me these folders reside in /data/compose/1. I dont think I changed any default values.
Im making a backup of both my media and the database right now. Before i go ahead and update I would like to know if these folders are overwritten when pulling a new stash docker image?
Thanks
Edit:
I’ve created a new docker container with the current image and everything worked flawlessly. No data was deleted. Keeping this here anyways in case someone else has this question.