Rescan library
Hi, I was having trouble upgrading to 2.0 on TrueNAS scale Fangtooth and followed the documentation to rsync to the new folder structure. However my library is empty. This is what I did in CLI:
rsync -av /mnt/.ix-apps/app_mounts/immich/library/ /mnt/Tank/immich/data/library/
rsync -av /mnt/.ix-apps/app_mounts/immich/uploads/ /mnt/Tank/immich/data/upload/
rsync -av /mnt/.ix-apps/app_mounts/immich/thumbs/ /mnt/Tank/immich/data/thumbs/
rsync -av /mnt/.ix-apps/app_mounts/immich/profile/ /mnt/Tank/immich/data/profile/
rsync -av /mnt/.ix-apps/app_mounts/immich/video/ /mnt/Tank/immich/data/encoded-video/
rsync -av /mnt/.ix-apps/app_mounts/immich/pgBackup/ /mnt/Tank/immich/data/backups/
rsync -av /mnt/.ix-apps/app_mounts/immich/pgData/ /mnt/Tank/immich/pgData/
rsync -av /mnt/.ix-apps/app_mounts/immich/library/.immich /mnt/Tank/immich/data/library/
rsync -av /mnt/.ix-apps/app_mounts/immich/uploads/.immich /mnt/Tank/immich/data/upload/
rsync -av /mnt/.ix-apps/app_mounts/immich/thumbs/.immich /mnt/Tank/immich/data/thumbs/
rsync -av /mnt/.ix-apps/app_mounts/immich/profile/.immich /mnt/Tank/immich/data/profile/
rsync -av /mnt/.ix-apps/app_mounts/immich/video/.immich /mnt/Tank/immich/data/encoded-video/
It, looked like all the files were transferring but when checking in the terminal there is only a 2024 directory....I can access the 2.0 GUI and Immich even recognizes storage space is being used by the library, but nothing is showing in the library.
How do I manually rescan it or add the existing data from the old data set? Checking /mnt/.ix-apps/app_mounts/immich/library/ it looks like there is only a 2024 folder which is strange because I should have folders going back years and years from my previous Immich installation.
rsync -av /mnt/.ix-apps/app_mounts/immich/library/ /mnt/Tank/immich/data/library/
rsync -av /mnt/.ix-apps/app_mounts/immich/uploads/ /mnt/Tank/immich/data/upload/
rsync -av /mnt/.ix-apps/app_mounts/immich/thumbs/ /mnt/Tank/immich/data/thumbs/
rsync -av /mnt/.ix-apps/app_mounts/immich/profile/ /mnt/Tank/immich/data/profile/
rsync -av /mnt/.ix-apps/app_mounts/immich/video/ /mnt/Tank/immich/data/encoded-video/
rsync -av /mnt/.ix-apps/app_mounts/immich/pgBackup/ /mnt/Tank/immich/data/backups/
rsync -av /mnt/.ix-apps/app_mounts/immich/pgData/ /mnt/Tank/immich/pgData/
rsync -av /mnt/.ix-apps/app_mounts/immich/library/.immich /mnt/Tank/immich/data/library/
rsync -av /mnt/.ix-apps/app_mounts/immich/uploads/.immich /mnt/Tank/immich/data/upload/
rsync -av /mnt/.ix-apps/app_mounts/immich/thumbs/.immich /mnt/Tank/immich/data/thumbs/
rsync -av /mnt/.ix-apps/app_mounts/immich/profile/.immich /mnt/Tank/immich/data/profile/
rsync -av /mnt/.ix-apps/app_mounts/immich/video/.immich /mnt/Tank/immich/data/encoded-video/
It, looked like all the files were transferring but when checking in the terminal there is only a 2024 directory....I can access the 2.0 GUI and Immich even recognizes storage space is being used by the library, but nothing is showing in the library.
How do I manually rescan it or add the existing data from the old data set? Checking /mnt/.ix-apps/app_mounts/immich/library/ it looks like there is only a 2024 folder which is strange because I should have folders going back years and years from my previous Immich installation.
