#5187 closed defect (fixed)
Upgrade failures on 2.5 to 3.3.0
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | critical | Milestone: | PostGIS 2.5.8 |
Component: | build | Version: | master |
Keywords: | Cc: |
Description
Noticed on master that dronie is failing on upgrades from
NOTICE: schema "public" already exists, skipping CREATE SCHEMA SET CREATE TABLE INSERT 0 2 DO CREATE VIEW CREATE VIEW CREATE VIEW CREATE VIEW CREATE VIEW CREATE VIEW CREATE VIEW UPDATE 479 ERROR: Trying to add OPERATOR CLASS spgist_geometry_ops_nd USING SPGIST to postgis, got operator class "spgist_geometry_ops_nd" does not exist for access method "spgist" (42704) CONTEXT: PL/pgSQL function inline_code_block line 25 at RAISE ----------------------------------------------------------------------------- /drone/src/regress/runtest.mk:22: recipe for target 'check-regress' failed make: Leaving directory '/tmp/postgis-build/11/regress' FAIL: postgis extension upgrade unpackaged2.5--3.3.0beta2!
upgrade unpackaged2.5--3.3.0beta2!
As noted in https://dronie.osgeo.org/postgis/postgis/3240/1/3
Change History (16)
comment:1 by , 2 years ago
comment:5 by , 2 years ago
for the record: commit [322daf2ad0ad0ffe8fe250a572fe495235649500/git] had a syntax error which was fixed on the next commit [6f3c183e6f81e2c823235d26929166deb2c982d8/git]
comment:6 by , 2 years ago
Milestone: | PostGIS 3.3.0 → PostGIS 2.5.8 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
comment:16 by , 2 years ago
Replying to Sandro Santilli <strk@…>:
In 40c8f25a/git:
For the record: the above commit [40c8f25a/git] was in 3.0 branch (3.0.7dev) not 3.1 as written in the commit log. I've pushed a note to mention it in git history but Trac doesn't show it. Gitea instead does: https://git.osgeo.org/gitea/postgis/postgis/commit/40c8f25a0fe041427b111ed133d573b553e1ce53
At a glance looks like the issue started with this https://dronie.osgeo.org/postgis/postgis/3229/1/4