I attempted to upgrade my standard install (defaults with docker compose), but messed up the database upgrade due to have versions locked manually and mixing up versions. I think I've sorted most of it out, but am still having issues.
I have not been able to run "SELECT pgvectors_upgrade();", nor "GRANT SELECT ON TABLE pg_vector_index_stat to postgres;" Neither is found.
Under \d+, I have:
vectors | pg_vector_index_info | view | postgres | permanent | | 0 bytes |
I do not have "pg_vector_index_stat"
Under \z, I do not have "pg_vector_index_stat"
Is there a way to manually create that?
.