[postgis-tickets] [PostGIS] #3082: 2.0 to 2.1: ERROR: type addbandarg[] does not exist

PostGIS trac at osgeo.org
Tue Mar 17 02:43:50 PDT 2015


#3082: 2.0 to 2.1: ERROR:  type addbandarg[] does not exist
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  pramsey
     Type:  defect   |      Status:  new    
 Priority:  medium   |   Milestone:         
Component:  postgis  |     Version:  2.1.x  
 Keywords:           |  
---------------------+------------------------------------------------------
 Cannot upgrade (via scripts) from 2.0.7dev to 2.1.6dev:
 {{{
 DB=pgis_upgrade_test
 PSQL="psql --set ON_ERROR_STOP=1"
 dropdb $DB
 createdb $DB
 ${PSQL} -f postgis-2.0-9.1/postgis/postgis.sql $DB
 ${PSQL} -f postgis-2.0-9.1/raster/rt_pg/rtpostgis.sql $DB
 ${PSQL} -f postgis-2.1-9.1/postgis/postgis_upgrade.sql $DB
 ${PSQL} -f postgis-2.1-9.1/raster/rt_pg/rtpostgis_upgrade.sql $DB
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3082>
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