Immich v2.4.1 -> v2.5.0: Failed to read (/data/encoded-video/.immich): Error: ENOENT: no such file
🚧Setup🗄️Server
I updated to v2.5.0 by editing my .env file and changing the tag from
v2.4.1
v2.4.1
to
v2.5.0
v2.5.0
, and updating the
redis
redis
entry to use the same has from the release
docker-compose.yml
docker-compose.yml
. It went through the database migration, but now is failing with:
``` [Nest] 7 - 01/28/2026, 4:41:49 PM ERROR [Microservices:StorageService] Failed to read (/data/encoded-video/.immich): Error: ENOENT: no such file or directory, open '/data/encoded-video/.immich' microservices worker error: Error: Failed to read: "<UPLOAD_LOCATION>/encoded-video/.immich (/data/encoded-video/.immich) - Please see https://docs.immich.app/administration/system-integrity#folder-checks for more information.", stack: Error: Failed to read: "<UPLOAD_LOCATION>/encoded-video/.immich (/data/encoded-video/.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:368:27 at async /usr/src/app/server/node_modules/.pnpm/kysely@0.28.2/node_modules/kysely/dist/cjs/kysely.js:535:20 at async DefaultConnectionProvider.provideConnection (/usr/src/app/server/node_modules/.pnpm/kysely@0.28.2/node_modules/kysely/dist/cjs/driver/default-connection-provider.js:12:20) at async /usr/src/app/server/dist/repositories/database.repository.js:365:13 microservices worker exited with code 1