Replies: 3 comments
-
I checked the database table columns, I found that it add a new column called sidecarPath from 1.135 to 1.136. And I exec into the container, add the column to table asset using SQL shell |
Beta Was this translation helpful? Give feedback.
-
same problem regarding various fields and their names in the postgre database in other threads after updating from 1.135.3 to 1.136 which leads to immich being unable to start happens with proxmox helper-script or update command after installing through helper-script |
Beta Was this translation helpful? Give feedback.
-
A lot of stuff in the database was touched/renamed/updated in recent Immich versions 1.135-1.137. I'm going to convert this issue into discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
The bug
After upgrade, docker container can not start normally. After I checkout the docker logs, it show that
UPDATE "asset" SET "sidecarPath" = REGEXP_REPLACE("sidecarPath", '^upload', '/usr/src/app/upload') WHERE "sidecarPath" IS NOT NULL
. It get the error "PostgresError: column "sidecarPath" does not exist".The OS that Immich Server is running on
Unraid
Version of Immich Server
v1.136
Version of Immich Mobile App
v1.135.1
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
1.docker-compose pull
2.docker-compose up -d
3.
...
Relevant log output
Additional information
Beta Was this translation helpful? Give feedback.
All reactions