ImmichI
Immich13mo ago
Ricky

Issues with upload to immich server

Hi everyone!

I recently had to restore my proxmox server from a backup due to the boot drive failing and ever since i recovered my immich container i'm having trouble uploading media to the server.

Here's my current setup: I have truenas installed on proxmox with a folder mounted via smb to the proxmox server. I then pass this mount point through to the immich container

Fstab config:
//192.168.1.187/photos /mnt/nas/photos cifs _netdev,x-systemd.automount,noatime,strictsync,uid=0,gid=0,dir_mode=0777,file_mode=0777,username=user,password=password 0 0 


When i start a backup on my phone, immich server shows these errors in the docker terminal when trying to upload media:
immich_server            | [Nest] 23  - 12/11/2024, 6:23:58 AM   ERROR [Api:ErrorInterceptor~zu7sjfla] Unknown error: Error: EPERM: operation not permitted, utime 'upload/upload/6bad9d1f-a82d-4e6d-8e5e-42611439c0b0/e2/95/e2950df4-8d94-4751-a7d7-220b8987e9fa.PNG'
immich_server            | Error: EPERM: operation not permitted, utime 'upload/upload/6bad9d1f-a82d-4e6d-8e5e-42611439c0b0/e2/95/e2950df4-8d94-4751-a7d7-220b8987e9fa.PNG'
immich_server            |     at async Object.utimes (node:internal/fs/promises:1128:10)
immich_server            |     at async AssetMediaService.create (/usr/src/app/dist/services/asset-media.service.js:283:9)
immich_server            |     at async AssetMediaService.uploadAsset (/usr/src/app/dist/services/asset-media.service.js:102:27)
immich_server            |     at async AssetMediaController.uploadAsset (/usr/src/app/dist/controllers/asset-media.controller.js:40:29)


I'm able to read/write in the lxc and also in the docker container so i dont think it's a permissions issue, but im having trouble debugging this error message.

If anyone has any ideas i would really appreciate it!
Was this page helpful?