Postgres disconnect issue after updating to 1.125.3 #15696
Replies: 11 comments 7 replies
-
What did you update from? If you revert back to 1.125.2, do you see the error? |
Beta Was this translation helpful? Give feedback.
-
Check the logs of the postgres container, which will be inside |
Beta Was this translation helpful? Give feedback.
-
I've updated from 1.125.2 without any issues, what are the step to revert back to v1.125.2? I don't have any issues opening images on other pages, just the main Photos page. So I don't suspect any postgres issues, here is the log error in the postgres folder: 2025-01-26 19:23:28.229 UTC [1] LOG: database system is ready to accept connections |
Beta Was this translation helpful? Give feedback.
-
To revert, change "IMMICH_VERSION=release" to "IMMICH_VERSION=v1.125.2" in your .env file and then execute docker compose pull and docker compose up -d |
Beta Was this translation helpful? Give feedback.
-
I've reverted back to v1.125.2, but the errors are still present when opening the main "Photos" page. The other pages are still functioning as before. Log errors : [Nest] 17 - 01/26/2025, 8:15:40 PM LOG [Api:Bootstrap] Immich Server is listening on http://[::1]:2283 [v1.125.2] [production] TypeError: Cannot read properties of null (reading 'write') Node.js v22.13.1 |
Beta Was this translation helpful? Give feedback.
-
There is some critical problem with your system or postgres installation. |
Beta Was this translation helpful? Give feedback.
-
Hello, if you do a full restart |
Beta Was this translation helpful? Give feedback.
-
The Problem remains even after a full restart and server reboot:
|
Beta Was this translation helpful? Give feedback.
-
Can you access the database and try sorting the |
Beta Was this translation helpful? Give feedback.
-
The bug
After updating to the latest release, the main PHOTOS page when opening triggers a failed to load Assets and a "CONNECTION_CLOSED" on the database. The EXPLORE page is still functional and displays the correct images but the main landing page displays two errors and fails to load any images.
The OS that Immich Server is running on
Ubuntu 24.04.1 LTS
Version of Immich Server
v1.125.3
Version of Immich Mobile App
0.0.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
...
Relevant log output
Additional information
Beta Was this translation helpful? Give feedback.
All reactions