[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 23:22:59 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 milosh):
When trying
{{{
CREATE EXTENSION postgis_raster from unpackaged
}}}
I get:
{{{
2022-04-23 08:19:32 CEST ERROR: could not load library "C:/Program
Files/PostgreSQL/9.6/lib/postgis_raster-3.dll": The specified procedure
could not be found.
2022-04-23 08:19:32 CEST STATEMENT: CREATE EXTENSION postgis_raster from
unpackaged
}}}
Sysinternals Procmon does not show anything special.
As a workaround, should I backup the database, then drop it, create new
one (calling CREATE EXTENSION POSTGIS) and than just do a restore?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5141#comment:4>
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