I need to add pg vector and postgis to my db
sgutgar
FREEOP

a year ago

I currently have my db in the postgis template, i need to add pgvector now and I think the only way is to change templates to timescale + postgis. Is there an easy way of doing this?

Solved

4 Replies

Unfortunately not,

You will have to either:
- Create a new Postgres instance with the extensions enabled
- Dump the data to confirm that your data will confirm with the new extension requirements
- Create the new prod PG and then modify your running DB.

You can give this an upvote so we can prioritize this improvement in the product: https://station.railway.com/feedback/easy-to-manage-postgres-extensions-a9a7e52d


Status changed to Awaiting User Response Railway 12 months ago


angelo-railway

Unfortunately not,You will have to either:- Create a new Postgres instance with the extensions enabled- Dump the data to confirm that your data will confirm with the new extension requirements- Create the new prod PG and then modify your running DB.You can give this an upvote so we can prioritize this improvement in the product: https://station.railway.com/feedback/easy-to-manage-postgres-extensions-a9a7e52d

sgutgar
FREEOP

a year ago

Thanks, I would give it some consideration if I were you guys, considering all the hype around RAG's.


Status changed to Awaiting Railway Response Railway 12 months ago


The dreaded competing priorities rears it's ugly head around the corner.


Status changed to Awaiting User Response Railway 12 months ago


With that said- we're going to be doubling down on our DB exp. + attempting to hook into more GenAI (like a Cursor MCP) stay tuned.


Status changed to Solved angelo-railway 12 months ago


Loading...