Immich on Docker (Windows 10 WSL2) Failing After Update to v1.122.2
I run Immich on Docker on Windows 10 with WSL2 (Kali Linux integration). A few days ago, I updated Immich from v1.122.1 to v1.122.2. Here's what happened:
Update Process:
Update Process:
- I updated Immich to v1.122.2 post-midnight and restarted the containers using
docker-compose up -d. - Everything worked fine at that time.
- I booted my PC (Docker Desktop is set to start automatically).
- Docker Desktop displayed a message saying "WSL integration failed." This happens occasionally, so I clicked "Restart WSL Integration".
- Later that day, when I tried to access Immich via
localhost:2283orinternal-IP:2283, it didn’t load. - I attempted restarting the container with
docker-compose downanddocker-compose up -d, but it still didn’t work.
- I checked the logs but couldn’t understand much. After some back-and-forth with ChatGPT, I learned that the issue seems related to the PostgreSQL server.
- The logs mention something like "already exists, skipped initiating" and seem to indicate a connection issue with PostgreSQL.