[postgis-tickets] [PostGIS] #5141: Unable to upgrade PostGIS from 2.x to 3.2.1 on PostgreSQL 9.6.x

PostGIS trac at osgeo.org
Fri Apr 22 21:51:36 PDT 2022


#5141: Unable to upgrade PostGIS from 2.x to 3.2.1 on PostgreSQL 9.6.x
------------------------------------+---------------------------
  Reporter:  milosh                 |      Owner:  robe
      Type:  defect                 |     Status:  new
  Priority:  high                   |  Milestone:  PostGIS 3.2.2
 Component:  build/upgrade/install  |    Version:  3.2.x
Resolution:                         |   Keywords:  windows
------------------------------------+---------------------------

Comment (by robe):

 I suspect that maybe for PostgreSQL 9.6 our


 {{{
 CREATE EXTENSION postgis_raster SCHEMA public VERSION unpackaged;
 }}}


 doesn't work or maybe the unpackaged part needs to be quoted.  But anyway
 since you are using PostgreSQL < 13, the From unpackaged step should work
 instead of trying to use fake unpackaged version.

 @strk,
 I'm surprised we haven't run into this issue in any of our bots.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5141#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