PostgreSQL container suddenly fails — pgvector extension not found

fed0r4m
HOBBY

3 months ago

Hi Railway team,

We’re experiencing a new error in our PostgreSQL container that suddenly started happening without any changes on our side.

During our usual Rails database migration, the following line now fails:

enable_extension("vector")

The error is:

PG::UndefinedFile: ERROR: could not open extension control file "/usr/local/share/postgresql/extension/vector.control"

This was working fine before, and we haven’t modified the container image or the migration logic recently.

Could you help us understand what might be causing this issue or what has changed in the environment?

Thanks in advance,

$10 Bounty

1 Replies

3 months ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open brody 3 months ago



PostgreSQL container suddenly fails — pgvector extension not found - Railway Help Station