Issues
- Cannot enable PostGIS extension after installationDISTPG-574Resolved issue: DISTPG-574surabhi.bhat
- Update install pgpoll instructions for RPMDISTPG-560Resolved issue: DISTPG-560Anastasia Alexandrova
- Remove version from site_url and add metatags to logoDISTPG-559Resolved issue: DISTPG-559Anastasia Alexandrova
3 of 3
Cannot enable PostGIS extension after installation
Done
General
Escalation
General
Escalation
Description
Environment
None
Created May 2, 2023 at 6:26 AM
Updated May 17, 2024 at 7:38 AM
Resolved May 17, 2024 at 7:38 AM
Activity
Show:
surabhi.bhatMay 8, 2023 at 3:10 PM
Hi ,
The issue seems to be fixed and the packages for Postgis with the changes have been uploaded to the latest versions of PPG testing repo. Could you please check?
Thanks,
Surabhi
Hi!
Facing issues when trying to set up PostGIS on Ubuntu 22.04
STR:
Enable the ppg-15.2 testing repo
Install postgresql, install postGIS package
3. Connect to psql to enable the extension
psql
CREATE DATABASE postgis_training;
CREATE SCHEMA postgis1;
CREATE EXTENSION postgis;
Expected result: Extension is created
Actual result: The following error:
ERROR: extension "postgis" is not available
DETAIL: Could not open extension control file "/usr/share/postgresql/15/extension/postgis.control": No such file or directory.
HINT: The extension must first be installed on the system where PostgreSQL is running.
I have checked that I have installed postgis-scripts
Please kindly check and fix.