Since update today, immich stopped with this error
Error: connect ECONNREFUSED 192.168.1.170:5432
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1645:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '192.168.1.170',
port: 5432
}
Node.js v24.14.1
(node:1537) ExperimentalWarning: WASI is an experimental feature and might change at any time
(Use node --trace-warnings ... to show where the warning was created)
node:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^
How to fix it ?
Since update today, immich stopped with this error
Error: connect ECONNREFUSED 192.168.1.170:5432
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1645:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '192.168.1.170',
port: 5432
}
Node.js v24.14.1
(node:1537) ExperimentalWarning: WASI is an experimental feature and might change at any time
(Use
node --trace-warnings ...to show where the warning was created)node:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^
How to fix it ?