Opened 7 years ago
Last modified 7 years ago
#3842 closed defect
can't upgrade from postgis 2.4.0beta1 to postgis-2.4.0 latest dev — at Initial Version
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.4.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
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 alter extension 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.
Note:
See TracTickets
for help on using tickets.