Server Error after update (Relation doesn't exist)
Hey,
I was running v1.119.0 via helm 0.9.3 and wanted to update to appversion 1.40.1.
On the update i became the typeorm error and in the docs I saw the hint that I need to upgrade to a version in between to run migrations. So I set it to v1.136.0. Then my old server pod was replaced since it started successfully. But accesing the web frontend i get this error:
´´´
Error: 500 - undefined
Error: Error: 500
at Object.it [as ok] (https://immich.towelie.dev/_app/immutable/chunks/fetch-client.BLZJ8ctV.js:1:7578)
at async Promise.all (index 1)
at async n (https://immich.towelie.dev/_app/immutable/chunks/server-config.store.Bbl1qVk9.js:1:515)
at async o (https://immich.towelie.dev/_app/immutable/chunks/server.0xz7K0Mx.js:1:189)
´´´
I tried to go back to v1.119.0 but this doesnt fix the error.
In the console I now see this error:
´´´
[Nest] 17 - 08/31/2025, 12:20:56 PM ERROR [Api:ErrorInterceptor~9zlhw5za] Database error: QueryFailedError: relation "users" does not exist
[Nest] 17 - 08/31/2025, 12:20:57 PM ERROR [Api:ErrorInterceptor~5sxlr7q2] Database error: QueryFailedError: relation "users" does not exist
´´´
I was running v1.119.0 via helm 0.9.3 and wanted to update to appversion 1.40.1.
On the update i became the typeorm error and in the docs I saw the hint that I need to upgrade to a version in between to run migrations. So I set it to v1.136.0. Then my old server pod was replaced since it started successfully. But accesing the web frontend i get this error:
´´´
Error: 500 - undefined
Error: Error: 500
at Object.it [as ok] (https://immich.towelie.dev/_app/immutable/chunks/fetch-client.BLZJ8ctV.js:1:7578)
at async Promise.all (index 1)
at async n (https://immich.towelie.dev/_app/immutable/chunks/server-config.store.Bbl1qVk9.js:1:515)
at async o (https://immich.towelie.dev/_app/immutable/chunks/server.0xz7K0Mx.js:1:189)
´´´
I tried to go back to v1.119.0 but this doesnt fix the error.
In the console I now see this error:
´´´
[Nest] 17 - 08/31/2025, 12:20:56 PM ERROR [Api:ErrorInterceptor~9zlhw5za] Database error: QueryFailedError: relation "users" does not exist
[Nest] 17 - 08/31/2025, 12:20:57 PM ERROR [Api:ErrorInterceptor~5sxlr7q2] Database error: QueryFailedError: relation "users" does not exist
´´´