Background: I'm using kubernetes (k3s) and the official helm chart (0.10.3) and mounting a persistent volume (rancher local path) on /data. I use tag: v2.2.3 (so: ghcr.io/immich-app/immich-server:v2.2.3)
I keep getting this error. I've tried:
- running the container / helmchart as is
- creating an init container that sets /data to chown 1000:1000 and file permissions to 770
- creating an init container that creates the folders /data/{upload,library,thumbs,encoded-video,profile,backups} and sets chown 1000:1000 recursively
- all above but with pod user and group set to 1000
How do I debug this further?