Immich-Server Incorrect Password
I recently installed immich on docker desktop. I was notified that there was an update to 2.3.1 ( I was running 2.2). Within the docker-desktop/home folder, I noticed my installation files disappeared. I attemtped to do a fresh re-installation of the service so that I could update to 2.3.1, however I forgot that I had set a password on the .env file initially. I also do not recall the password. Now, having reinstalled the immich containers, "immich_server" shows this : "PostgresError: password authentication failed for user "postgres""
I am new to this, and tried following the steps to reset the password but I have been unsuccessful. Additionally, the "immich_server" container keeps restarting and I think that is causing me some problems to actually reset the password.
The log for this is as follows:
`2025-11-23 13:03:37.327 | Initializing Immich v2.2.3
2025-11-23 13:03:37.338 | Detected CPU Cores: 16
2025-11-23 13:03:39.687 | Starting api worker
2025-11-23 13:03:39.694 | Starting microservices worker
2025-11-23 13:03:42.117 | [Nest] 7 - 11/23/2025, 5:03:42 PM LOG [Microservices:WebsocketRepository] Initialized websocket server
2025-11-23 13:03:42.200 | PostgresError: password authentication failed for user "postgres"
2025-11-23 13:03:42.200 | at ErrorResponse (/usr/src/app/server/node_modules/.pnpm/postgres@3.4.7/node_modules/postgres/cjs/src/connection.js:794:26)
2025-11-23 13:03:42.200 | at handle (/usr/src/app/server/node_modules/.pnpm/postgres@3.4.7/node_modules/postgres/cjs/src/connection.js:480:6)
2025-11-23 13:03:42.200 | at Socket.data (/usr/src/app/server/node_modules/.pnpm/postgres@3.4.7/node_modules/postgres/cjs/src/connection.js:315:9)
2025-11-23 13:03:42.200 | at Socket.emit (node:events:518:28)
2025-11-23 13:03:42.200 | at addChunk (node:internal/streams/readable:561:12)
I am new to this, and tried following the steps to reset the password but I have been unsuccessful. Additionally, the "immich_server" container keeps restarting and I think that is causing me some problems to actually reset the password.
The log for this is as follows:
`2025-11-23 13:03:37.327 | Initializing Immich v2.2.3
2025-11-23 13:03:37.338 | Detected CPU Cores: 16
2025-11-23 13:03:39.687 | Starting api worker
2025-11-23 13:03:39.694 | Starting microservices worker
2025-11-23 13:03:42.117 | [Nest] 7 - 11/23/2025, 5:03:42 PM LOG [Microservices:WebsocketRepository] Initialized websocket server
2025-11-23 13:03:42.200 | PostgresError: password authentication failed for user "postgres"
2025-11-23 13:03:42.200 | at ErrorResponse (/usr/src/app/server/node_modules/.pnpm/postgres@3.4.7/node_modules/postgres/cjs/src/connection.js:794:26)
2025-11-23 13:03:42.200 | at handle (/usr/src/app/server/node_modules/.pnpm/postgres@3.4.7/node_modules/postgres/cjs/src/connection.js:480:6)
2025-11-23 13:03:42.200 | at Socket.data (/usr/src/app/server/node_modules/.pnpm/postgres@3.4.7/node_modules/postgres/cjs/src/connection.js:315:9)
2025-11-23 13:03:42.200 | at Socket.emit (node:events:518:28)
2025-11-23 13:03:42.200 | at addChunk (node:internal/streams/readable:561:12)