ERROR [Api:StorageService] Failed to read upload/backups/.immich: Error: ENOENT
For anyone else who has been searching discord for this error, there was a few solutions which didnt align with my setup, so I'll post my solution here.
My current volume mapping looks like this:
volumes:
My current volume mapping looks like this:
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload/upload
- ${LIBRARY_LOCATION}:/usr/src/app/upload/library
- ${THUMB_LOCATION}:/usr/src/app/upload/thumbs
- ${VIDEO_LOCATION}:/usr/src/app/upload/encoded-video
- ${PROFILE_LOCATION}:/usr/src/app/upload/profile
- ${BACKUP_LOCATION}:/usr/src/app/upload/backups