How to migrate my postgres to postgres pgvector without lose data?
john-henrique
HOBBYOP

10 months ago

I have a project with chatwoot using postgres, but a new version need postgres with pgvector, I don't know how install the postgres version.

Can you help me?

Project id: 57f6cd1a-e3c7-467e-8bee-e85ddb34bf2e

Solved

3 Replies

10 months ago

Hey! Can't we just pg_dump your original db and pg_restore it to a pgvector enabled db?

pgvector template:
https://railway.com/template/3jJFCA


10 months ago

The only consideration that we need to have is that your using the same postgres version as the one on the pgvector template (version 16)


10 months ago

!s


Status changed to Solved medim 10 months ago


Loading...