Server crashed overnight while I was doing a very large photo upload via immich-go. Restarted the server several times this morning. Immich takes forever to boot, then the web interface loads but as soon as you access it, I get the following errors in logs. Immich is runing in docker containers using Saltbox setup script.
[Nest] 203 - 08/22/2024, 10:05:45 AM ERROR [Api:ExceptionsHandler~5ipotsbq] Connection terminated due to connection timeout Error: Connection terminated due to connection timeout at Connection.<anonymous> (/app/immich/server/node_modules/pg/lib/client.js:132:73) at Object.onceWrapper (node:events:633:28) at Connection.emit (node:events:519:28) at Socket.<anonymous> (/app/immich/server/node_modules/pg/lib/connection.js:63:12) at Socket.emit (node:events:519:28) at TCP.<anonymous> (node:net:339:12) at TCP.callbackTrampoline (node:internal/async_hooks:130:17
DB logs show no errors (apart from chmod error which I dont think is a problem)
PostgreSQL Database directory appears to contain a database; Skipping initialization
`2024-08-22 09:22:23.578 PDT [1] LOG: redirecting log output to logging collector process
2024-08-22 09:22:23.578 PDT [1] HINT: Future log output will appear in directory "log".
chmod: changing permissions of '/var/run/postgresql': Operation not permitted
PostgreSQL Database directory appears to contain a database; Skipping initialization
2024-08-22 09:33:25.376 PDT [1] LOG: redirecting log output to logging collector process
2024-08-22 09:33:25.376 PDT [1] HINT: Future log output will appear in directory "log".`
.