TrueNAS Scale Issue After Migration

I moved all the folders to the /data but I receive this error trying to start things:

025-06-17 08:54:49.598726+00:00[Nest] 19 - 06/17/2025, 1:54:49 AM  LOG [Microservices:StorageService] Verifying system mount folder checks, current state: {"mountChecks":{"thumbs":true,"upload":true,"backups":true,"library":true,"profile":true,"encoded-video":true}}
2025-06-17 08:54:49.600537+00:00[Nest] 19 - 06/17/2025, 1:54:49 AM  ERROR [Microservices:StorageService] Failed to read upload/upload/.immich: Error: ENOENT: no such file or directory, open 'upload/upload/.immich'
2025-06-17 08:54:49.602588+00:00microservices worker error: Error: Failed to read "<UPLOAD_LOCATION>/upload/.immich - Please see https://immich.app/docs/administration/system-integrity#folder-checks for more information.", stack: Error: Failed to read "<UPLOAD_LOCATION>/upload/.immich - Please see https://immich.app/docs/administration/system-integrity#folder-checks for more information."
2025-06-17 08:54:49.602615+00:00at StorageService.verifyReadAccess (/usr/src/app/dist/services/storage.service.js:84:19)
2025-06-17 08:54:49.602624+00:00at async /usr/src/app/dist/services/storage.service.js:38:21
2025-06-17 08:54:49.602631+00:00at async /usr/src/app/dist/repositories/database.repository.js:377:27
2025-06-17 08:54:49.602638+00:00at async /usr/src/app/node_modules/kysely/dist/cjs/kysely.js:535:20
2025-06-17 08:54:49.602644+00:00at async DefaultConnectionProvider.provideConnection (/usr/src/app/node_modules/kysely/dist/cjs/driver/default-connection-provider.js:12:20)
2025-06-17 08:54:49.602651+00:00at async /usr/src/app/dist/repositories/database.repository.js:374:13
2025-06-17 08:54:49.615689+00:00microservices worker exited with code 1

I can verify the path does exist under /data, so I know it's there; but it appears to be doubling the "upload" directory and causing this to not start.
Was this page helpful?