Freeman
Freeman
IImmich
Created by Freeman on 1/23/2025 in #help-desk-support
Can't restore Immich backup
Thank you all, it's back up and working! :freemanCry: 🎉
19 replies
IImmich
Created by Freeman on 1/23/2025 in #help-desk-support
Can't restore Immich backup
I'm wondering if that's a huge folder or if it's safe to backup on a destination with restricted storage?
19 replies
IImmich
Created by Freeman on 1/23/2025 in #help-desk-support
Can't restore Immich backup
Ok will try that
19 replies
IImmich
Created by Freeman on 1/23/2025 in #help-desk-support
Can't restore Immich backup
I'm currently at the point where it seems it's my only option. Or trashing my whole Immich? Is there anything else I can do?
19 replies
IImmich
Created by Freeman on 1/23/2025 in #help-desk-support
Can't restore Immich backup
What exactly is this backups folder for? I don't use Immich side backups. It's cool now I know it exists but I have another backup method. If I ignore the check with
IMMICH_IGNORE_MOUNT_CHECK_ERRORS=true
IMMICH_IGNORE_MOUNT_CHECK_ERRORS=true
will Immich boot and create a new .immich file in that directory?
19 replies
IImmich
Created by Freeman on 1/23/2025 in #help-desk-support
Can't restore Immich backup
Thanks. Can I create an empty .immich file?
19 replies
IImmich
Created by Freeman on 1/23/2025 in #help-desk-support
Can't restore Immich backup
Is the backups new in Immich? I could've upgraded from an old version few months ago and never set the backups pvc volsync job so when I migrated I lost this data... Now I can't restore. What's in this file exactly?
19 replies
IImmich
Created by Freeman on 1/23/2025 in #help-desk-support
Can't restore Immich backup
I also confirmed there's no backups PVC so that the emptyDir did work.
kubectl get pvc -n immich | grep backups
kubectl get pvc -n immich | grep backups
Above command returns nothing unless I change backups storage back to PVC.
19 replies
IImmich
Created by Freeman on 1/23/2025 in #help-desk-support
Can't restore Immich backup
The original chart uses a local PVC for the backups folder
backups:
enabled: true
mountPath: /usr/src/app/upload/backups
backups:
enabled: true
mountPath: /usr/src/app/upload/backups
I tried replacing it with an empty folder but same error.
backups:
type: emptyDir
backups:
type: emptyDir
19 replies
IImmich
Created by Freeman on 1/23/2025 in #help-desk-support
Can't restore Immich backup
Error says it failed to read
upload/backups/.immich
upload/backups/.immich
19 replies
IImmich
Created by Freeman on 1/23/2025 in #help-desk-support
Can't restore Immich backup
At first I thought it was an issue with my NFS shares but it's not the same path so it shouldn't be that.
/usr/src/app/upload/library/${USER_1}
/usr/src/app/upload/library/${USER_2}
/usr/src/app/upload/library/${USER_1}
/usr/src/app/upload/library/${USER_2}
19 replies