[PR #11624] chore(server): support pgvecto.rs 0.3.0 #13295

Closed
opened 2026-02-05 15:12:16 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/11624

State: closed
Merged: Yes


Description

There were no visible issues when upgrading or creating a new instance with 0.3.0 during my testing. Smart search jobs, search, face detection, facial recognition, and changing search models all worked.

Upgrading just required a restart of the database. For non-superuser instances upgrading from 0.2.x to 0.3.0, I believe these two commands are all that's needed, followed by restarting the database:

ALTER EXTENSION vectors UPDATE;
SELECT pgvectors_upgrade();

I'm fine with bumping the default to 0.3.0, but can also wait a bit in case any issues pop up.

**Original Pull Request:** https://github.com/immich-app/immich/pull/11624 **State:** closed **Merged:** Yes --- ## Description There were no visible issues when upgrading or creating a new instance with 0.3.0 during my testing. Smart search jobs, search, face detection, facial recognition, and changing search models all worked. Upgrading just required a restart of the database. For non-superuser instances upgrading from 0.2.x to 0.3.0, I believe these two commands are all that's needed, followed by restarting the database: ```sql ALTER EXTENSION vectors UPDATE; SELECT pgvectors_upgrade(); ``` I'm fine with bumping the default to 0.3.0, but can also wait a bit in case any issues pop up.
OVERLORD added the pull-request label 2026-02-05 15:12:16 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#13295