[postgis-tickets] [PostGIS] #5141: Unable to upgrade PostGIS from 2.x to 3.2.1 on PostgreSQL 9.6.x
PostGIS
trac at osgeo.org
Fri Apr 22 21:47:48 PDT 2022
#5141: Unable to upgrade PostGIS from 2.x to 3.2.1 on PostgreSQL 9.6.x
------------------------------------+---------------------------
Reporter: milosh | Owner: robe
Type: defect | Status: new
Priority: high | Milestone: PostGIS 3.2.2
Component: build/upgrade/install | Version: 3.2.x
Resolution: | Keywords: windows
------------------------------------+---------------------------
Comment (by robe):
I think I ran into this issue when upgrading an old database. I thought
it was just because I was using a dev version, as I could find the file.
I think to work around the problem I did these steps:
{{{
CREATE EXTENSION postgis_raster FROM unpackaged;
DROP EXTENSION postgis_raster; --since you don't need it
SELECT postgis_extensions_upgrade();
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5141#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list