exbar
IImmich
•Created by exbar on 5/18/2025 in #help-desk-support
immich-server container doesn't start after update to v1.132.3
both commands throwing the same thing:
immich=# REINDEX DATABASE immich;
ERROR: pg_attribute catalog is missing 11 attribute(s) for relation OID 99087
immich=# VACUUM FULL;
ERROR: pg_attribute catalog is missing 11 attribute(s) for relation OID 99087
immich=# REINDEX DATABASE immich;
ERROR: pg_attribute catalog is missing 11 attribute(s) for relation OID 99087
immich=# VACUUM FULL;
ERROR: pg_attribute catalog is missing 11 attribute(s) for relation OID 99087
11 replies
IImmich
•Created by exbar on 5/18/2025 in #help-desk-support
immich-server container doesn't start after update to v1.132.3
tried
immich=# REINDEX INDEX pg_class;
ERROR: "pg_class" is not an index
immich=# REINDEX INDEX pg_class;
ERROR: "pg_class" is not an index
immich=# ANALYZE
immich-# ;
ERROR: pg_attribute catalog is missing 11 attribute(s) for relation OID 99087
immich=# ANALYZE
immich-# ;
ERROR: pg_attribute catalog is missing 11 attribute(s) for relation OID 99087
11 replies
IImmich
•Created by exbar on 5/18/2025 in #help-desk-support
immich-server container doesn't start after update to v1.132.3
Container statuses:
docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
72c1530519e2 ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 15 minutes ago Restarting (1) 53 seconds ago immich_server
66b086e3923e tensorchord/pgvecto-rs:pg14-v0.2.0 "docker-entrypoint.s…" 15 minutes ago Up 15 minutes (healthy) 5432/tcp immich_postgres
b204024ef166 ghcr.io/immich-app/immich-machine-learning:release "tini -- python -m i…" 15 minutes ago Up 15 minutes (healthy) immich_machine_learning
f773ec122017 valkey/valkey:8-bookworm "docker-entrypoint.s…" 15 minutes ago Up 15 minutes (healthy) 6379/tcp immich_redis
4b0dfa9d8414 ghcr.io/open-webui/open-webui:main
docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
72c1530519e2 ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 15 minutes ago Restarting (1) 53 seconds ago immich_server
66b086e3923e tensorchord/pgvecto-rs:pg14-v0.2.0 "docker-entrypoint.s…" 15 minutes ago Up 15 minutes (healthy) 5432/tcp immich_postgres
b204024ef166 ghcr.io/immich-app/immich-machine-learning:release "tini -- python -m i…" 15 minutes ago Up 15 minutes (healthy) immich_machine_learning
f773ec122017 valkey/valkey:8-bookworm "docker-entrypoint.s…" 15 minutes ago Up 15 minutes (healthy) 6379/tcp immich_redis
4b0dfa9d8414 ghcr.io/open-webui/open-webui:main
11 replies