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

brody
EMPLOYEE

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


Status changed to Solved brody 12 months ago


Status changed to Awaiting Railway Response sabriobiblio 12 months 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/postgisBest,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


brody
EMPLOYEE

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


brody
EMPLOYEE

a year ago

Awsome!


Status changed to Awaiting User Response Railway 12 months ago


Status changed to Solved brody 12 months ago


Loading...