ImmichI
Immich13mo ago
Sentry

ERROR [Microservices:StorageService] Failed to read upload/library/.immich

After updating to v1.121.0, I am unable to start my containers due to the following error:
2024-11-29T03:44:46.244023359Z [Nest] 7  - 11/29/2024, 3:44:46 AM   ERROR [Microservices:StorageService] Failed to read upload/library/.immich: Error: ENOENT: no such file or directory, open 'upload/library/.immich'


.env:
UPLOAD_LOCATION=/home/brandon/docker_data/immich-env/upload
THUMB_LOCATION=/mnt/media/immich/thumbs
ENCODED_VIDEO_LOCATION=/mnt/media/immich/encoded-video
PROFILE_LOCATION=/mnt/media/immich/profile
BACKUP_LOCATION=/mnt/media/immich/backups
DB_DATA_LOCATION=/home/brandon/docker_data/immich
IMMICH_VERSION=release
DB_PASSWORD=postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
EXTERNAL_PATH_BRANDON=/mnt/media/icloudphotos_brandon
EXTERNAL_PATH_BRIANNA=/mnt/media/icloudphotos_brianna

where /mnt/media is an NFS share (synology)
Was this page helpful?