[Nest] 7 - 12/08/2025, 4:15:54 PM ERROR [Microservices:StorageService] Failed to read (/usr/src/app/upload/library/.immich): Error: ENOENT: no such file or directory, open '/usr/src/app/upload/library/.immich'
microservices worker error: Error: Failed to read: "<UPLOAD_LOCATION>/library/.immich (/usr/src/app/upload/library/.immich) - Please see https://docs.immich.app/administration/system-integrity#folder-checks for more information.", stack: Error: Failed to read: "<UPLOAD_LOCATION>/library/.immich (/usr/src/app/upload/library/.immich) - Please see https://docs.immich.app/administration/system-integrity#folder-checks for more information."
at StorageService.verifyReadAccess (/usr/src/app/server/dist/services/storage.service.js:129:19)
at async /usr/src/app/server/dist/services/storage.service.js:56:21
at async /usr/src/app/server/dist/repositories/database.repository.js:369:27
at async /usr/src/app/server/node_modules/.pnpm/[email protected]/node_modules/kysely/dist/cjs/kysely.js:535:20
at async DefaultConnectionProvider.provideConnection (/usr/src/app/server/node_modules/.pnpm/[email protected]/node_modules/kysely/dist/cjs/driver/default-connection-provider.js:12:20)
at async /usr/src/app/server/dist/repositories/database.repository.js:366:13
microservices worker exited with code 1
Killing api process
#immich folder not working on update
1 messages · Page 1 of 1 (latest)
:wave: Hey @grim stag,
Thanks for reaching out to us. Please carefully read this message and follow the recommended actions. This will help us be more effective in our support effort and leave more time for building Immich
.
References
- Container Logs:
docker compose logsdocs - Container Status:
docker ps -adocs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy
- Code Formatting https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0DAKGXDEHE263BCAYEGFJA
Checklist
I have...
- :blue_square: verified I'm on the latest release(note that mobile app releases may take some time).
- :blue_square: read applicable release notes.
- :blue_square: reviewed the FAQs for known issues.
- :blue_square: reviewed Github for known issues.
- :blue_square: tried accessing Immich via local ip (without a custom reverse proxy).
- :blue_square: uploaded the relevant information (see below).
- :blue_square: tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable
(an item can be marked as "complete" by reacting with the appropriate number)
Information
In order to be able to effectively help you, we need you to provide clear information to show what the problem is. The exact details needed vary per case, but here is a list of things to consider:
- Your docker-compose.yml and .env files.
- Logs from all the containers and their status (see above).
- All the troubleshooting steps you've tried so far.
- Any recent changes you've made to Immich or your system.
- Details about your system (both software/OS and hardware).
- Details about your storage (filesystems, type of disks, output of commands like
fdisk -landdf -h). - The version of the Immich server, mobile app, and other relevant pieces.
- Any other information that you think might be relevant.
Please paste files and logs with proper code formatting, and especially avoid blurry screenshots.
Without the right information we can't work out what the problem is. Help us help you ;)
If this ticket can be closed you can use the /close command, and re-open it later if needed.
the .env and docker compose file
log file immich server
folder tree
debian 13
4.2 To free on /
docker ps
Did you change anything? This error is basically saying it's not finding the .immich file in the library folder like it's expecting. Either because permissions aren't allowing immich to read, or it's missing
I did not change anything
I just upgrade the docker
with docker compose pull && docker compose up -d
it's a mess in the library folder now
I am trying to read each log and move the folders correctly where it's expected
ok I succeed to solve it but It'a mess with the folders
├── library
│ ├── backups
│ │ ├── immich-db-backup-1764036000004.sql.gz
│ │ ├── immich-db-backup-1764122400004.sql.gz
│ │ ├── immich-db-backup-1764208800005.sql.gz
│ │ ├── immich-db-backup-1764295200005.sql.gz
│ │ ├── immich-db-backup-1764381600005.sql.gz
│ │ ├── immich-db-backup-1764468000006.sql.gz
│ │ ├── immich-db-backup-1764554400005.sql.gz
│ │ ├── immich-db-backup-1764640800005.sql.gz
│ │ ├── immich-db-backup-1764727200004.sql.gz
│ │ ├── immich-db-backup-1764813600005.sql.gz
│ │ ├── immich-db-backup-1764900000004.sql.gz
│ │ ├── immich-db-backup-1764986400004.sql.gz
│ │ ├── immich-db-backup-1765072800005.sql.gz
│ │ └── immich-db-backup-1765159200004.sql.gz
│ ├── profile
│ └── upload
│ ├── encoded-video
│ ├── library
│ ├── thumbs
│ └── upload
└── postgres
with UPLOAD_LOCATION=/root/immich-app/library/upload
/immich-app/library/upload# tree -L 2
.
├── encoded-video
│ └── 91ad41cf-6634-4469-a717-bc0cdbc31806
├── library
├── thumbs
│ ├── 91ad41cf-6634-4469-a717-bc0cdbc31806
│ └── e107e718-f48e-471b-94ad-4fc4f9213457
└── upload
├── 91ad41cf-6634-4469-a717-bc0cdbc31806
└── e107e718-f48e-471b-94ad-4fc4f9213457