Noryb 🤓
Noryb 🤓
IImmich
Created by Noryb 🤓 on 2/16/2025 in #help-desk-support
System integrity folder checks not passing after restoring from backup
No description
10 replies
IImmich
Created by Noryb 🤓 on 2/15/2025 in #help-desk-support
Server migration question
Hi, I am currently trying to move Immich from a dedicated server directly to my NAS. Running everything in Docker. I have backups of the whole library folder (UPLOAD_LOCATION) and postgres folder (DB_DATA_LOCATION) including backups (those automatic db dumps). First question: When stopping all containers and simply copying (rsync) all files from A to B and basically rebuilding the folder structure, the server should be able to start again without needing to restore the DB dump right? Because postgres doesn't change anything on the files when turned off and it's a 1:1 copy. Or would it be better to only migrate the library (UPLOAD_LOCATION) folder and restore the DB from a dump? Second question: I have a docker volume for model-cache that is being mounted by immich-machine-learning:
volumes:
- model-cache:/cache
volumes:
- model-cache:/cache
Do I need to migrate those files too? Or is it safe to ignore those files, not transfer them to the new machine and let docker recreate this volume on the new host since it's only cache (?)
9 replies
IImmich
Created by Noryb 🤓 on 1/4/2025 in #help-desk-support
Permissions to see user list for individual users?
Hi, is it possible to forbid a user to see other registered users without disabling this feature for others? In my case I have an instance for me and my parents. They should be able to create an album and share it with other users of this servers (so they can share it with me). However I also have a friend of mine using it purely for backup. I still want to ensure that they can't see all users of my instance via this feature. Is this possible somehow? Either via the web or in the worst case via something that can be set manually by modifying the database or something?
9 replies