I’m trying to do some geotagging and I’m required to install Postgis, but I’m getting an error:
Does anyone know why it isn’t installing?
I’m trying to do some geotagging and I’m required to install Postgis, but I’m getting an error:
Does anyone know why it isn’t installing?
@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.
Perfect, that worked - thank you