Issues

Select view

Select search mode

 

Cannot enable PostGIS extension after installation

Done

Description

Hi! 

Facing issues when trying to set up PostGIS on Ubuntu 22.04

STR:

  1. Enable the ppg-15.2 testing repo

  2. 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.

Environment

None

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Smart Checklist

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