Problem with folder check / permissions
Hi.
I've installed Immich for the first time. It fired up fine with the default config, but when I changed the UPLOAD_LOCATION the immich_server keeps restarting.
The logs indicate the following error:
microservices worker error: Error: Failed to read "<UPLOAD_LOCATION>/encoded-video/.immich - Please see https://immich.app/docs/administration/system-integrity#folder-checks for more information."
Now, I could create the dirs and touch the files manually, or disable the folder check, but I would rather like to avoid that and understand/fix the root cause.
.env conf looks like this:
UPLOAD_LOCATION=/media/8000/backup/Pictures/2003
The folder has the following permissions:
drwxrwxr-x 12 root docker 4096 Nov 25 13:19 2003
Other info:
I've installed Immich for the first time. It fired up fine with the default config, but when I changed the UPLOAD_LOCATION the immich_server keeps restarting.
The logs indicate the following error:
microservices worker error: Error: Failed to read "<UPLOAD_LOCATION>/encoded-video/.immich - Please see https://immich.app/docs/administration/system-integrity#folder-checks for more information."
Now, I could create the dirs and touch the files manually, or disable the folder check, but I would rather like to avoid that and understand/fix the root cause.
.env conf looks like this:
UPLOAD_LOCATION=/media/8000/backup/Pictures/2003
The folder has the following permissions:
drwxrwxr-x 12 root docker 4096 Nov 25 13:19 2003
Other info:
- Immich v1.121.0
- Docker version 24.0.2, build cb74dfc
- Ubuntu 22.04.5 LTS