Problem with geometry column - Postgres
iliasmachairas
FREEOP

10 months ago

I am trying to load (restore) a postgres schema from a database that I have created locally. I want to upload it on railway. The problem is reated to a column about geometry (polygon). It does not recognize this type of column.

What could I do with it?

Kind regards,

Ilias

$10 Bounty

3 Replies

Railway
BOT

10 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


iliasmachairas
FREEOP

10 months ago

No, they did not help


10 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 10 months ago


phoenixauro
HOBBY

10 months ago

geometry requires PostGIS a Postgres extension for geospatial data.

You need to use the PostGIS template instead of the normal postgres template for this to work


Welcome!

Sign in to your Railway account to join the conversation.

Loading...