[postgis-tickets] [PostGIS] #3081: Upgrade from 2.0.5: ERROR: type "rastbandarg" already exists

PostGIS trac at osgeo.org
Tue Mar 17 02:41:48 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):

 Sorry, updated script:
 {{{
 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.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:3>
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