[postgis-tickets] [PostGIS] #3429: upgrade from 2.1.3 to 2.3.0dev enters infinite loop

PostGIS trac at osgeo.org
Fri Jan 15 00:40:45 PST 2016


#3429: upgrade from 2.1.3 to 2.3.0dev enters infinite loop
------------------------------------+---------------------------
  Reporter:  strk                   |      Owner:  strk
      Type:  defect                 |     Status:  new
  Priority:  critical               |  Milestone:  PostGIS 2.2.2
 Component:  build/upgrade/install  |    Version:  2.2.x
Resolution:                         |   Keywords:
------------------------------------+---------------------------

Comment (by strk):

 Can be also reproduced with a script-based upgrade, which makes it simpler
 to debug:
 {{{
 dropdb tt
 createdb tt

 psql -f /usr/src/postgis/postgis-2.1/postgis/postgis.sql tt
 psql -f /usr/src/postgis/postgis-2.1/raster/rt_pg/rtpostgis.sql tt

 psql -f /usr/src/postgis/postgis-2.2/postgis/postgis_upgrade.sql tt
 psql -f /usr/src/postgis/postgis-2.2/raster/rt_pg/rtpostgis_upgrade.sql tt
 }}}

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3429#comment:11>
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