ImmichI
Immich8mo ago
Krow

Warnings after update to VectorChord

I am hosting Immich on unraid alongside PostgreSQL_Immich. I have pointed the PostgreSQL repository to
ghcr.io/immich-app/postgres:16-vectorchord0.3.0-pgvectors0.3.0 and everything went fine on the PostgreSQL side of the update.

On the Immich side after restarting the container I get the following
[Nest] 284  - 05/23/2025, 8:33:17 PM     LOG [Api:DatabaseRepository] Creating VectorChord extension
[Nest] 284  - 05/23/2025, 8:33:17 PM     LOG [Api:DatabaseRepository] targetLists=1, current=1 for clip_index of 19255 rows
[Nest] 284  - 05/23/2025, 8:33:17 PM     LOG [Api:DatabaseRepository] Reindexing clip_index
[Nest] 284  - 05/23/2025, 8:33:17 PM     LOG [Api:DatabaseRepository] targetLists=1, current=1 for face_index of 14308 rows
[Nest] 284  - 05/23/2025, 8:33:17 PM     LOG [Api:DatabaseRepository] Reindexing face_index
Postgres notice: {
  severity_local: 'WARNING',
  severity: 'WARNING',
  code: '01000',
  message: 'Failed to maintain vector indexes: Failed to create RPC client.',
  file: 'catalog.rs',
  line: '189',
  routine: 'vectors::index::catalog::on_commit'
}
Postgres notice: {
  severity_local: 'WARNING',
  severity: 'WARNING',
  code: '01000',
  message: 'Failed to maintain vector indexes: Failed to create RPC client.',
  file: 'catalog.rs',
  line: '189',
  routine: 'vectors::index::catalog::on_commit'
}
[Nest] 284  - 05/23/2025, 8:33:24 PM     LOG [Api:DatabaseRepository] Reindexed face_index
[Nest] 284  - 05/23/2025, 8:33:26 PM     LOG [Api:DatabaseRepository] Reindexed clip_index
[Nest] 284  - 05/23/2025, 8:33:26 PM     LOG [Api:DatabaseRepository] Dropping pgvecto.rs extension
[Nest] 284  - 05/23/2025, 8:33:26 PM     LOG [Api:DatabaseRepository] Running migrations, this may take a while

Are these warnings an issue? The immich instance seems to be running and searching just fine.
Was this page helpful?