```kubectl logs immich-5766788687-5d97h -n immich Defaulted container "immich" out of: immich, immich-system-cnpg-wait (init), immich-system-redis-wait (init) Initializing Immich v2.3.1 Detected CPU Cores: 1 Missing history for endpoint: Retrieve auth status (node:7) ExperimentalWarning: WASI is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) Starting api worker Missing history for endpoint: Retrieve auth status (node:22) ExperimentalWarning: WASI is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) [Nest] 22 - 12/06/2025, 5:07:07 AM LOG [Api:WebsocketRepository] Initialized websocket server Query failed : { durationMs: 9.67804999999953, error: PostgresError: could not access file "$libdir/vectors": No such file or directory at ErrorResponse (/usr/src/app/server/node_modules/.pnpm/postgres@3.4.7/node_modules/postgres/cjs/src/connection.js:794:26) at handle (/usr/src/app/server/node_modules/.pnpm/postgres@3.4.7/node_modules/postgres/cjs/src/connection.js:480:6) at Socket.data (/usr/src/app/server/node_modules/.pnpm/postgres@3.4.7/node_modules/postgres/cjs/src/connection.js:315:9) at Socket.emit (node:events:518:28) at addChunk (node:internal/streams/readable:561:12) at readableAddChunkPushByteMode (node:internal/streams/readable:512:3) at Readable.push (node:internal/streams/readable:392:5) at TCP.onStreamRead (node:internal/stream_base_commons:189:23) { severity_local: 'ERROR', severity: 'ERROR', code: '58P01', file: 'dfmgr.c', line: '208', routine: 'internal_load_library' }, sql: 'SELECT indexdef, indexname FROM pg_indexes WHERE indexname = ANY(ARRAY[$1, $2])', params: [ 'clip_index', 'face_index' ] } [Nest] 22 - 12/06/2025, 5:07:07 AM WARN [Api:DatabaseService] Could not run vector reindexing checks. If the extension was updated, please restart the Postgres instance. If you are upgrading directly from a version below 1.107.2, please upgrade to 1.107.2 first. node:internal/process/promises:394 triggerUncaughtException(err, true /* fromPromise */); ^ PostgresError: could not access file "$libdir/vectors": No such file or directory at ErrorResponse (/usr/src/app/server/node_modules/.pnpm/postgres@3.4.7/node_modules/postgres/cjs/src/connection.js:794:26) at handle (/usr/src/app/server/node_modules/.pnpm/postgres@3.4.7/node_modules/postgres/cjs/src/connection.js:480:6) at Socket.data (/usr/src/app/server/node_modules/.pnpm/postgres@3.4.7/node_modules/postgres/cjs/src/connection.js:315:9) at Socket.emit (node:events:518:28) at addChunk (node:internal/streams/readable:561:12) at readableAddChunkPushByteMode (node:internal/streams/readable:512:3) at Readable.push (node:internal/streams/readable:392:5) at TCP.onStreamRead (node:internal/stream_base_commons:189:23) { severity_local: 'ERROR', severity: 'ERROR', code: '58P01', file: 'dfmgr.c', line: '208', routine: 'internal_load_library' } Node.js v22.18.0 api worker exited with code 1```