Opened 13 months ago
Closed 13 months ago
#5591 closed defect (fixed)
Upgrading to 3.3.5dev: ERROR: extension "postgis" has no update path from version "3.3.5dev" to version "ANY"
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 3.3.5 |
Component: | QA/testsuite | Version: | 3.3.x |
Keywords: | Cc: |
Description
After backporting run_test.pl to the stable-3.3 branch we got these failures:
Upgrading PostGIS in 'postgis_reg-3.3' using: ALTER EXTENSION postgis UPDATE TO 'ANY'; ALTER EXTENSION postgis UPDATE TO '3.3.5dev' ... ERROR: extension "postgis" has no update path from version "3.3.5dev" to version "ANY"
See https://woodie.osgeo.org/repos/30/pipeline/1379/6#L3915
I guess run_test.pl is just assuming too much about the target database upgrade mechanism (ANY was introduced in 3.4?)
Change History (6)
comment:1 by , 13 months ago
comment:2 by , 13 months ago
it's to be noted that I didn't notice this because on MY system the 3.3.5dev—ANY upgrade is available because I wanted it to be able to upgrade to current master and thus used postgis install-extension-upgrades 3.3.5dev
which installed that file.
comment:4 by , 13 months ago
Component: | postgis → QA/testsuite |
---|---|
Owner: | changed from | to
Note:
See TracTickets
for help on using tickets.
I confirm commit [fb96c51744307232166e48d600b6ca9e1fbb7900/git] changed the run_test.pl in stable-3.3 from using the "next" suffix to using "ANY". I guess we want to use either one or the other based on target version.