My setup is running on truenas scale 25.04.1, running the community app.
While updating from Immich v2.5.1 to v2.5.3 (v1.10.12 to v1.11.14 in truenas) via truenas UI, was running into errors from
pgvecto_upgrade
pgvecto_upgrade
, causing it to crash. Tried rolling back versions via truenas scale which seemingly corrupted my database as
pgvecto
pgvecto
started having missing file errors.
Created a new immich instance via community app with exact docker config, although pointing to newly created empty pgData dataset.
On the just created instance, went to onboarding, pressed restore backup, and when going through restore initially via onboarding UI, was running this postgres server response error
PostgresError: password authentication failed for user "postgres"
PostgresError: password authentication failed for user "postgres"
.
In logs of
pgvecto
pgvecto
, was complaining that "postgres" role does not exist. I created said role manually, retried restore and (at least visually) got to about 95%.
Finally now left with this error from both
pgvecto
pgvecto
and in
server
server
containers:
PostgresError: password authentication failed for user "immich"
PostgresError: password authentication failed for user "immich"