Hi,
My immich_postgres container has recently (unclear exactly when but for a few weeks at least) been spamming the following log:
immich_postgres | 2024-08-03 23:46:39.250 UTC [2292] ERROR: relation "system_config" does not exist at character 128
immich_postgres | 2024-08-03 23:46:39.250 UTC [2292] STATEMENT: SELECT "SystemConfigEntity"."key" AS "SystemConfigEntity_key", "SystemConfigEntity"."value" AS "SystemConfigEntity_value" FROM "system_config" "SystemConfigEntity"
immich_postgres | 2024-08-03 23:46:42.078 UTC [2297] ERROR: relation "system_config" does not exist at character 128
immich_postgres | 2024-08-03 23:46:42.078 UTC [2297] STATEMENT: SELECT "SystemConfigEntity"."key" AS "SystemConfigEntity_key", "SystemConfigEntity"."value" AS "SystemConfigEntity_value" FROM "system_config" "SystemConfigEntity"
I've tried restarting the entire stack with docker-compose, pulled the latest images, checked the admin settings for any issues and so far I can't find anything. Anyone have an idea why this is happening? Thanks!
.