grocy / grocy-docker

ERP beyond your fridge - now containerized - this is the docker repo of https://github.com/grocy/grocy
MIT License
406 stars 117 forks source link

Update guide incomplete. #219

Closed alkuzman closed 1 year ago

alkuzman commented 1 year ago

According to the documentation here, in some instances, the data/viewcache should be emptied and after the starting of the container, the root route should be called first to execute migrations. It would be nice if that is stated in the update guide here in this repo.

jayaddison commented 1 year ago

Closing as this should be handled by #217 soon.

More detail: there's a decent amount of context to read in #217, but the short version is: the suggested (and now accepted) approach is that we can use tmpfs to hold the viewcache directory in our containers; that means that the contents will be ephemeral, and there won't be a need to clear it during upgrades.