[postgis-tickets] [PostGIS] #3081: Upgrade from 2.0.5: ERROR: type "rastbandarg" already exists
PostGIS
trac at osgeo.org
Tue Mar 17 02:40:21 PDT 2015
#3081: Upgrade from 2.0.5: ERROR: type "rastbandarg" already exists
-----------------------------------+----------------------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone:
Component: build/upgrade/install | Version: 2.1.x
Keywords: |
-----------------------------------+----------------------------------------
Comment(by strk):
Also happens with script (non-extension) based upgrades:
{{{
DB=pgis_upgrade_test
createdb $DB
psql -f postgis-2.0-9.1/postgis/postgis.sql $DB
psql -f postgis-2.0-9.1/raster/rt_pg/postgis.sql $DB
psql -f postgis-2.2-9.1/postgis/postgis_upgrade.sql $DB
psql -f postgis-2.2-9.1/raster/rt_pg/rtpostgis_upgrade.sql $DB
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3081#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