ImmichI
Immich11mo ago
vocoder

Subnet migration and after, Immich won't start

Moved a previously working immich IPs from 172.30.x.x to 172.20.x.x in my docker-compose.yaml, and UFW.

Nothing in dmesg, tried with ufw disabled, no difference. Logs:
docker logs immich -f
Initializing Immich v1.125.1
DEBUG: cgroup v2 detected.
DEBUG: No CPU limits set.
Detected CPU Cores: 12
Starting api worker
Starting microservices worker
[Nest] 7  - 01/24/2025, 1:41:23 PM     LOG [Microservices:EventRepository] Initialized websocket server
[Nest] 7  - 01/24/2025, 1:41:23 PM     LOG [Microservices:MetadataService] Bootstrapping metadata service
[Nest] 7  - 01/24/2025, 1:41:23 PM     LOG [Microservices:MetadataService] Initializing metadata service
[Nest] 7  - 01/24/2025, 1:41:23 PM     LOG [Microservices:MapRepository] Initializing metadata repository
microservices worker error: TypeError: Cannot read properties of undefined (reading 'replace')
microservices worker exited with code 1
Killing api process


LOG_LEVEL=debug.
Tried restarting the server, , did:

docker system prune -f
docker image prune -a -f
docker volume prune -f


I tried switching the db url to use the ip instead of the postgres hostname, same problem. Any ideas?
Was this page helpful?