FlexibleToast
FlexibleToast
IImmich
Created by FlexibleToast on 2/13/2025 in #help-desk-support
Upgraded to pgvecto-rs:pg16-v0.3.0 from pgvecto-rs:pg16-v0.2.0 now Immich won't start api worker
Cool, I got it fixed following the pgvectors upgrade docs. It was something like this:
psql -U postgres immich
ALTER EXTENSION vectors UPDATE;
SELECT pgvectors_upgrade();
SELECT
I.relname AS indexname
FROM pg_index X JOIN
pg_class I ON I.oid = X.indexrelid JOIN
pg_am A ON A.oid = I.relam
WHERE A.amname = 'vectors';
# Then I ran the REINDEX against the two that resulted from the previous SELECT
REINDEX INDEX clips_index;
REINDEX INDEX faces_index;
psql -U postgres immich
ALTER EXTENSION vectors UPDATE;
SELECT pgvectors_upgrade();
SELECT
I.relname AS indexname
FROM pg_index X JOIN
pg_class I ON I.oid = X.indexrelid JOIN
pg_am A ON A.oid = I.relam
WHERE A.amname = 'vectors';
# Then I ran the REINDEX against the two that resulted from the previous SELECT
REINDEX INDEX clips_index;
REINDEX INDEX faces_index;
Then restarted the pgvector container and started the immich container.
22 replies
IImmich
Created by FlexibleToast on 2/13/2025 in #help-desk-support
Upgraded to pgvecto-rs:pg16-v0.3.0 from pgvecto-rs:pg16-v0.2.0 now Immich won't start api worker
Okay, looks like there might be a couple more steps that just that one ALTER command
22 replies
IImmich
Created by FlexibleToast on 2/13/2025 in #help-desk-support
Upgraded to pgvecto-rs:pg16-v0.3.0 from pgvecto-rs:pg16-v0.2.0 now Immich won't start api worker
Yes, I have. Like I said in the original post
22 replies
IImmich
Created by FlexibleToast on 2/13/2025 in #help-desk-support
Upgraded to pgvecto-rs:pg16-v0.3.0 from pgvecto-rs:pg16-v0.2.0 now Immich won't start api worker
I ran the ALTER EXTENSION vectors UPDATE; command
22 replies
IImmich
Created by FlexibleToast on 2/13/2025 in #help-desk-support
Upgraded to pgvecto-rs:pg16-v0.3.0 from pgvecto-rs:pg16-v0.2.0 now Immich won't start api worker
Okay, there is the log. This is being run with docker on unraid
22 replies
IImmich
Created by FlexibleToast on 2/13/2025 in #help-desk-support
Upgraded to pgvecto-rs:pg16-v0.3.0 from pgvecto-rs:pg16-v0.2.0 now Immich won't start api worker
Not that domain. The one that's in the log I haven't posted yet
22 replies
IImmich
Created by FlexibleToast on 2/13/2025 in #help-desk-support
Upgraded to pgvecto-rs:pg16-v0.3.0 from pgvecto-rs:pg16-v0.2.0 now Immich won't start api worker
Sounds good
22 replies
IImmich
Created by FlexibleToast on 2/13/2025 in #help-desk-support
Upgraded to pgvecto-rs:pg16-v0.3.0 from pgvecto-rs:pg16-v0.2.0 now Immich won't start api worker
I'm trying to post the log but it's too long...
22 replies