Opened 7 years ago

Closed 7 years ago

#3842 closed defect (fixed)

can't upgrade from postgis 2.4.0beta1 to postgis-2.4.0 latest dev

Reported by: robe Owned by: robe
Priority: blocker Milestone: PostGIS 2.4.0
Component: postgis Version: master
Keywords: Cc:

Description (last modified by robe)

CREATE EXTENSION postgis;

works okay but if I come from postgis-2.4.0 beta1 install and do

ALTER EXTENSION postgis UPDATE;

I get

ERROR:  aggregate st_asgeobuf(anyelement) does not exist

this might have something to do with our upgrade script logic assuming we never upgrade aggregates during a minor and it probably considers 2.4.0beta1 to 2.4.0dev being a minor upgrade. And it's probably erroring on the comment install which is expecting to find the new function there and doesn't find it.

Change History (3)

comment:1 by robe, 7 years ago

Owner: changed from pramsey to robe

comment:2 by robe, 7 years ago

Description: modified (diff)

comment:3 by robe, 7 years ago

Resolution: fixed
Status: newclosed

In 15696:

treat alphas and betas as development versions too.
Closes #3842

Note: See TracTickets for help on using tickets.