Install PostGis to postgress
sabriobiblio
PROOP

a year ago

I am trying to install PostGis on Postgress via psql terminal, but I get the error

extension "postgis" is not available

DETAIL: Could not open extension control file "/usr/share/postgresql/16/extension/postgis.control": No such file or directory.

HINT: The extension must first be installed on the system where PostgreSQL is running.

What should I do to install post gis?

Solved

5 Replies

a year ago

Hello,

The default Postgres database does not come with PostGIS installed, if you need PostGIS you must deploy the PostGIS template -

https://railway.com/template/postgis

Best,

Brody


Status changed to Awaiting User Response Railway over 1 year ago


Status changed to Solved brody over 1 year ago


Status changed to Awaiting Railway Response sabriobiblio over 1 year ago


brody

Hello, The default Postgres database does not come with PostGIS installed, if you need PostGIS you must deploy the PostGIS template - <https://railway.com/template/postgis> Best, Brody

sabriobiblio
PROOP

a year ago

yes, and I used this template... But I don't understand what it's all about when I see an error in it. What and where should I enter it to make it work? I didn't find any proper documentation on this matter


a year ago

The PostGIS extension should already be installed.

Please use a proper database client, the data tab is unlikely to be what you are looking for.


Status changed to Awaiting User Response Railway over 1 year ago


brody

The PostGIS extension should already be installed. Please use a proper database client, the data tab is unlikely to be what you are looking for.

sabriobiblio
PROOP

a year ago

Figured out, thanks for the help


Status changed to Awaiting Railway Response Railway over 1 year ago


a year ago

Awsome!


Status changed to Awaiting User Response Railway over 1 year ago


Status changed to Solved brody over 1 year ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...