Argiropoulos Stavros
Argiropoulos Stavros

Reputation: 9533

Install Postgis in cpanel with an already installed PostgreSQL?

How can i install Postgis in cpanel with an already installed PostgreSQL?

Upvotes: 1

Views: 1799

Answers (1)

Summer
Summer

Reputation: 2498

I don't think you can install PostGIS from cPanel.

I use PostGIS as part of a shared hosting environment (love A2 Hosting - since PostGIS is definitely not available on many hosts) - and A2 took care of the installation for me.

If you're installing it on your own server, dump your db, reinstall Postgres with the PostGIS extension as a package, then restore your data.

Good luck!

Upvotes: 1

Related Questions