ImmichI
Immich5mo ago
Tenshi

Issue with postgress database after 1.137.3 update

Hello, I updated immich on TrueNas Scale from 1.134.0 to 1.137.3 and I am having some issues with postgress.

I changed the folde structure as explained, running:
rsync -a --progress /mnt/standard_pool/configs/immich/uploads/ /mnt/standard_pool/configs/immich_1_137_3/data/upload/
rsync -a --progress /mnt/standard_pool/configs/immich/thumbs/ /mnt/standard_pool/configs/immich_1_137_3/data/thumbs/
rsync -a --progress /mnt/standard_pool/configs/immich/library/ /mnt/standard_pool/configs/immich_1_137_3/data/library/
rsync -a --progress /mnt/standard_pool/configs/immich/profile/ /mnt/standard_pool/configs/immich_1_137_3/data/profile/
rsync -a --progress /mnt/standard_pool/configs/immich/backups/ /mnt/standard_pool/configs/immich_1_137_3/data/backups/
rsync -a --progress /mnt/standard_pool/configs/immich/video/ /mnt/standard_pool/configs/immich_1_137_3/data/encoded-video/
rsync -a --progress /mnt/standard_pool/configs/immich/db/ /mnt/standard_pool/configs/immich_1_137_3/postgres-data

And updated immich to the new version, setting it uup on the new immich_1_137_3/data and immich_1_137_3/postgres-data directory, but on start up I get an error.
Immich is trying to update VectorChord by itself, but it fails in doing so.
The log suggest me to do it myself, but I am struggling to do so, I tried to enter in the postgres container but I can't figure it out how to run any psql in there.
Does anybody can give me any tip on how to solve this issue? It would be amazing.

Full error log attached
Was this page helpful?