Lots of "no such file or directory" during immich-go upload
I'm using
(I get this error several times during uploads)
I'm running using docker compose on unraid. I've tried with root and (currently) non-root. Is this caused because the migration job is in a race condition with the extract metadata job (I am using storage templates for date-based hierarchical photo structure).
Ultimately,
Any pointers on what I am doing wrong? You can view my docker-compose.yml here:
https://github.com/rcdailey/nezuko/blob/master/immich/docker-compose.yml
And directory permissions:
In my case,
.env:
If there's more info I can provide please let me know.
immich-go to upload a google takeout archive. During the upload, I get this:(I get this error several times during uploads)
I'm running using docker compose on unraid. I've tried with root and (currently) non-root. Is this caused because the migration job is in a race condition with the extract metadata job (I am using storage templates for date-based hierarchical photo structure).
Ultimately,
immich-go fails to upload pretty quickly. I am not sure if the above error is related to it:Any pointers on what I am doing wrong? You can view my docker-compose.yml here:
https://github.com/rcdailey/nezuko/blob/master/immich/docker-compose.yml
And directory permissions:
In my case,
DOCKER_UID correlates to nobody and DOCKER_GID correlates to users. I am on Unraid..env:
If there's more info I can provide please let me know.