System integrity folder checks not passing after restoring from backup
Hi, I moved my Immich server from a dedicated server onto my Synology NAS using it's Docker / Container manager.
Restoring the database from a backup worked well and all files where moved from the old host to the NAS, too.
However the immich_server container is stuck in a loop because folder checks are not passing. Specifically currently it logs that <UPLOAD_LOCATION>/encoded-video is not passing (so it says the .immich file is missing).
The file itself however is there:
I also tried adding
I then did
My current docker file is: (Pastebin because it's too long for Discord) https://bin.disroot.org/?f6503601167eea57#53Pij6TRqeUg21CVDLaEYESK1kfhayQWvJnPnV6MYmA
Any ideas why the integrity check fails?
I also attached a screenshot with the log itself.
Restoring the database from a backup worked well and all files where moved from the old host to the NAS, too.
However the immich_server container is stuck in a loop because folder checks are not passing. Specifically currently it logs that <UPLOAD_LOCATION>/encoded-video is not passing (so it says the .immich file is missing).
The file itself however is there:
I also tried adding
user: 0:0 to immich_server so it starts with root, but this doesn't change anything. I then did
id -u brayd which is 1026 and id -g brayd which is 100 and changed the user attribute in the docker file to: user: 1026:100 but I still get the error.My current docker file is: (Pastebin because it's too long for Discord) https://bin.disroot.org/?f6503601167eea57#53Pij6TRqeUg21CVDLaEYESK1kfhayQWvJnPnV6MYmA
Any ideas why the integrity check fails?
I also attached a screenshot with the log itself.

Disroot Bin - Encrypted pastebin by PrivateBin
Visit this link to see the note. Giving the URL to anyone allows them to access the note, too.