[postgis-tickets] [PostGIS] #2501: EXTENSION in-place upgrade from 2.0 from 2.1 leaves topology procs not upgraded
PostGIS
trac at osgeo.org
Tue Oct 8 02:18:56 PDT 2013
#2501: EXTENSION in-place upgrade from 2.0 from 2.1 leaves topology procs not
upgraded
-----------------------------------+----------------------------------------
Reporter: zenitram | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.1
Component: build/upgrade/install | Version: 2.1.x
Keywords: |
-----------------------------------+----------------------------------------
I'm testing several ways to upgrade from POSTGIS="2.0.4 r11936" to
POSTGIS="2.1.0 r11822". The old databases have PostGIS functions loaded
manually without the extension mechanism.
I did the following:
-CREATE EXTENSION postgis FROM unpackaged;
-CREATE EXTENSION postgis_topology FROM unpackaged;
-upgrade system libraries and PostGIS extensions to 2.1
-ALTER EXTENSION postgis UPDATE TO "2.1.0";
-ALTER EXTENSION postgis_topology UPDATE TO "2.1.0";
Doing this returns no error, but postgis_full_version() indicates:
POSTGIS="2.1.0 r11822" GEOS="3.3.8-CAPI-1.7.8" PROJ="Rel. 4.8.0, 6 March
2012" GDAL="GDAL 1.9.0, released 2011/12/29" LIBXML="2.7.8"
LIBJSON="UNKNOWN" TOPOLOGY (topology procs from "2.0.3 r11128" need
upgrade) RASTER
(1 row)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2501>
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