-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pg_vectors index file name length breaks CNPG instance creation #570
Comments
I hit this same issue and it's blocking my postgres cluster from coming up in a similar scenario. Would it be possible for the devs to merge the linked PR to fix this issue? Looks like it has been approved and checks passed for a few weeks. Barring that, could we at least get a documentation blurb on how to remove/recreate the index? |
It'll be included in |
This issue won't be fixed by not utilizing the built in postgres chart. I've deployed my own HA Postgres specifically for Immich and I can't bring other nodes online or restore from backups due to this issue. The fact that it's fixed on the tensor side in 0.4.0 is great but do we have any idea when it Immich will be able to support 0.4.0? |
@syntax922 We'll work with immich to migrate from pgvecto.rs to our new VectorChord in the coming new year. It will be much easier to maintain than pgvecto.rs and support HA and native backup/recovery. And it's fully compatible with pgvector, therefore user can choose pgvector if they want. |
This is great news! Thanks for the reply and for all the great work!
Really appreciate both!
…On Sat, Dec 28, 2024, 8:59 AM Jinjing Zhou ***@***.***> wrote:
@syntax922 <https://github.com/syntax922> We'll work with immich to
migrate from pgvecto.rs to our new VectorChord in the coming new year. It
will be much easier to maintain than pgvecto.rs. And it's fully
compatible with pgvector, therefore user can choose pgvector if they want.
—
Reply to this email directly, view it on GitHub
<#570 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEHEOVPSMQWFVWA3MK4LQHD2H24GLAVCNFSM6AAAAABM6SXO42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRUGM2DMMJTGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hey just wanted to drop this in as a potential issue. I've been using the cloudnative-pg/pgvectors image in order to utilize immich in my homelab. I just had shrink my cluster due to replacing a node, and when the new hardware was up, cnpg was unable to join a new pg instance to the cluster, registering this error:
I was eventually, with the help of one of the immich devs able to resolve this by removing the index referenced in the error message, joining the instance to the cluster, and recreating the index.
This appears to be tied to the v0.3.0 branch, as I'd never had a problem joining new pg cluster members when operating under 0.2.x
The text was updated successfully, but these errors were encountered: