Installing Postgis on PostgreSQL database

I’m trying to do some geotagging and I’m required to install Postgis, but I’m getting an error:

image
image

Does anyone know why it isn’t installing?

Hello @Tom,

We’ll look into it and get back to you.

1 Like

@Tom -

It looks like the first thing you’d need to do in download and install the package.

To do that, SSH into the server and run the following command:

sudo apt install postgis postgresql-14-postgis-3

Note - I tested with pg v14, so version number will be different if using a different version.

Then, postgis can be installed via Cleavr UI.

Sorry about that! I think our UI is a little confusing in instances where the extension isn’t bundled with a PG install. We’ll work on the UX for these cases. :slight_smile:

1 Like

Perfect, that worked - thank you :slight_smile:

2 Likes