Opened 5 years ago
Closed 4 years ago
#4668 closed defect (worksforme)
Error upgrading from postgis 2.5.1 to PostGIS 3.0.1
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.5.5 |
Component: | build | Version: | 2.5.x -- EOL |
Keywords: | Cc: |
Description
Get this error on my oldest PostGIS windows install.
When running
SELECT postgis_extensions_upgrade(); -- second call
ALTER EXTENSION postgis_raster ADD OPERATOR CLASS hash_raster_ops USING hash; operator class hash_raster_ops does not exist for access method hash
Change History (3)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
It looks like those operators are advertised as being available since 2.1.0, why didn't you have them in your 2.5.x source ? Is that a PostgreSQL-version specific availability ?
comment:3 by , 4 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Just tried again upgrading from 2.5.5dev to 3.0.1 and seemd to work fine. Not sure what caused this.
Note:
See TracTickets
for help on using tickets.
Had to manually install this section of rtpostgis.sql script
before could run upgrade again