Immich

I

Immich

A place to hang out, get support, discuss Immich, get announcements about releases and anything else going on.

Join

Failed to activate VectorChord extension. Please ensure the Postgres instance has VectorChord in

Hello i migrate my docker compose .yml to the new image. When immich_server start i have this error : Nest] 7 - 05/22/2025, 8:12:07 PM FATAL [Microservices:DatabaseService] Failed to activate VectorChord extension. Please ensure the Postgres instance has VectorChord installed. ...

1.133.0 update help

Hi everyone, I’m a beginner user and a bit inexperienced with Immich. I’ve carefully read the changelog for version 1.133.0, but I’m a little worried about causing damage during the upgrade. Could someone help me for a few minutes so I don’t mess everything up? XD Right now I’m using Immich in a very simple way: I installed it on Ubuntu Desktop (accessed via SSH) and configured an external drive on my NAS as the storage location. I haven’t changed any other settings, so I’m not sure if the upgrade instructions are meant for “basic” setups like mine or only for more complex configurations....

Can't deploy a fully new instance 1.133.0 or restoring a backup

I've been having issues updating or restoring my instance backup, so I decided to deploy a new instance as a test, but when I tried, ``` -docker compose pull -docker compose up -d...

Upgrading postgresql

Hi Immich 🙂 In the new release you are saying that the postgresql db needs to be upgraded "We are migrating off the deprecated pgvecto.rs database extension to its successor VectorChord, which comes with performance improvements in almost all aspects. This change is a major milestone we want to perform prior to the stable release." But im running a postgresql on unraid tensorchord/pgvecto-rs:pg15-v0.2.0...
No description

1.133 database image error

I have updated my docker compose yml and docker is having trouble pulling the new database image.

ECONNREFUSED : Immich Server

Hello, I followed the different migration steps Database is starting properly but immich server container is restarting because of the following failure : [Nest] 7 - 05/21/2025, 10:54:33 PM LOG [Microservices:EventRepository] Initialized websocket server microservices worker error: Error: connect ECONNREFUSED 10.102.127.122:5432, stack: Error: connect ECONNREFUSED 10.102.127.122:5432...

FATAL: role "root" does not exist

I followed the instructions to upgrade and now immich doesn't work anymore. Docker logs says "immich_server | 2025-05-22 16:25:32.525 UTC [107] FATAL: role "root" does not exist".

Does the new database change affect older systems?

So I don't mind if this change would break compatibility with older systems, I just want to know from where the "error" occurs now. Basically I use a windows 7 machine (I know not safe, but not up to me) to access my immich instance at home. Yesterday I updated to the newest immich version and updated the compose file as it is described in the changelog. Everything works. When I access it from another win10 machine it seems to work and it works when using my phone. HOWEVER on the Win7 machine th...

Immich 1.133.0 - Unable to add media to "Locked Folder" from a search result without open it

The option i working fine from the "Photos" (multiple selections) but not from a search result or any existing album. Note, when opening a media from a search result, the option is available, but this might be time consuming....

Uploading on local network

Hi all, running latest immich server and client. Immich is on unraid - aio docker webui port 8081 I would like to upload files to Immich through my local network (bypassing the internet and reverse proxy) ...

Immich 1.133.0 Upgrade Issues from 1.132.0

I am running Immich and Immich ML on a docker-compose with a separate dedicated postgres instance as I have other services using that database server. When upgrading immich without upgrading the database server, it fails to start. If I attempt to upgrade postgres to the latest recommended container, it fails to start there as well. I have moved to valkey for cache server sometime ago even though the domain says redis. See below for more technical information. Configuration files: Immich compose:...

Is it possible to make Smart Search and FACE DETECTION do not run in parallel ?

I'm using rocm image for ML, but facing some issues with Radeon 780m gpu. It's working fine just when only one ML task is running. I put concurrent task to 1, but Smart Search and FACE DETECTION are always run in parallell and I'm receiving an errors: HW Exception by GPU node-1 (Agent handle: 0x7f9ef66e74b0) reason :GPU Hang. And duplicate detection is not working correctly, sometimes I have a lot of pictures which are not similar (it can be 10-20 at once). Is it possible to make this tasks run one by one? When smart search finish, face detection will be started....

Unhealthy status for db post update

anyone can help with my database migration issue. Everything seems to be running fine but the healthcheck says it is unhealthy. I read through the chat and some said just let it sit while the migration happens but it is still unhealthy 6 hrs after. services: immich-ts: image: tailscale/tailscale...
No description

Please ensure the Postgres instance has VectorChord installed.

I'm upgrading from 1.332, and after changing in docker compose the database image: database: container_name: immich_postgres image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 ...

From Google Photos to Immich (two users with shared albums)

Heya.. I am having a hard time finding some official resources on how to properly migrate from Google Photos to Immich when we are more than one user with shared albums.. It is mostly in regards to duplicates I guess, but please tell me if I should be aware of something more. - Or if there is an actual guide that I have missed.. 😅 I hope it makes sense to ask here in support - and if not, please just delete the post, that's okay. 🙂 This is how I am thinking of doing it.. Would that work you think? Or can you see something go wrong?:...

help upgrading

i have synology docker, and use docker-compose. A have env. file and put in "IMMICH_VERSION=release", where i must change to download latest wersion.

1.133.0 SQL `PostgresError: syntax error at or near "."` Database name is not escaped properly

``` 2025-05-22 12:43:15.074 CEST [1] LOG: starting PostgreSQL 14.17 (Debian 14.17-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit 2025-05-22 12:43:15.074 CEST [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 2025-05-22 12:43:15.074 CEST [1] LOG: listening on IPv6 address "::", port 5432 2025-05-22 12:43:15.082 CEST [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"...

Redis error

Hi, I was just checking docker logs and came across an error on immich logs. Wondering if anyone could shed some light. No recent changes made....
No description

Failed to load assets after upgrade to v1.133.0

Hi, I just upgraded to v1.133.0 with docker compose pull && docker compose up -d after making the changes to the docker-compose.yml file and I have the following error in the UI : Error : Failed to load assets and in the web console : ...

Need help upgrading to 1.133

So I'm very new to Immich, have only been running it for a couple of weeks, but I love it! I want to upgrade to 1.33 but not sure what I need to change in my compose file to not break anything. It looks like this. ...