Hello,
I just tried to upgrade my Immich instance from v2.7.5 to v3.0.0 following the official migration guide (https://immich.app/blog/v3-migration and https://docs.immich.app/install/upgrading/#migrating-to-vectorchord).
I changed the database image in docker-compose.yml from pgvecto-rs to ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0, updated IMMICH_VERSION to "v3" in .env, and removed any deprecated variables. I also added REDIS_PASSWORD to .env (the Redis container is the default valkey image).
After running docker compose pull and docker compose up -d, the containers start but I get a lot of errors in the logs and the web UI does not load properly (spinning, timeouts, or blank pages). I'm using Docker Desktop on Windows.
I'm not sure what the errors mean. I see some connection issues and possibly authentication failures, but I can't identify the root cause.
Attached:
- docker-compose.yml
- .env
- Full logs from immich-server, database, and redis (docker compose logs)
Could you please help me figure out what went wrong and how to fix it? Thank you!
.