[postgis-tickets] [PostGIS] #4185: Can't upgrade postgis raster
PostGIS
trac at osgeo.org
Fri Sep 21 21:42:14 PDT 2018
#4185: Can't upgrade postgis raster
-----------------------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.0.0
Component: build/upgrade/install | Version: trunk
Keywords: |
-----------------------------------+---------------------------
Getting this error on debbie when she tries to upgrade from 2.5.0rc3dev.
Seems it's only raster upgrade, postgis upgrade is fine
{{{
Preparing db 'postgis_reg' using: CREATE EXTENSION postgis VERSION
'2.5.0rc3dev'
Preparing db 'postgis_reg' using: CREATE EXTENSION postgis_raster VERSION
'2.5.0rc3dev'
Died at run_test.pl line 1329.
failed (Error encountered creating EXTENSION POSTGIS_RASTER:
/var/lib/jenkins/workspace/postgis/tmp/3_0_pg9.6w64/regress_log)
-----------------------------------------------------------------------------
createlang: language "plpgsql" is already installed in database
"postgis_reg"
CREATE EXTENSION
ERROR: could not stat file
"/var/lib/jenkins/workspace/pg/rel/pg9.6w64/share/postgresql/extension/postgis_raster
--2.5.0rc3dev.sql": No such file or directory
ERROR: could not stat file
"/var/lib/jenkins/workspace/pg/rel/pg9.6w64/share/postgresql/extension/postgis_raster
--2.5.0rc3dev.sql": No such file or directo
}}}
I assume the reason is raster is part of postgis in 2.5, so we'll
definitely need to make accommodations for this in our test script.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4185>
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