Opened 6 years ago
Closed 6 days ago
#4420 closed defect (wontfix)
update path does not exists for address_standardizer extension
Reported by: | usama | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.4.8 |
Component: | build | Version: | 2.4.x |
Keywords: | address_standardizer upgrade | Cc: |
Description
address_standardizer Makefile does not generate the update files needed to upgrade the extension. For example, I had Postgis 2.3.8 installed and wanted to upgrade it to 2.4.6. All the Postgis extension upgrades successfully but address_standardizer fails with error.
postgres=# alter extension address_standardizer update to '2.4.4'; 2019-06-07 17:07:46 PKT ERROR: extension "address_standardizer" has no update path from version "2.3.8" to version "2.4.4" 2019-06-07 17:07:46 PKT STATEMENT: alter extension address_standardizer update to '2.4.4'; ERROR: extension "address_standardizer" has no update path from version "2.3.8" to version "2.4.4"
As all the plugins Makefiles generates the update files for each version
for OLD_VERSION in $(UPGRADEABLE_VERSIONS); ...
But address_standardizer's one doesn't.
Change History (6)
comment:1 by , 5 years ago
comment:3 by , 5 years ago
Milestone: | PostGIS 2.5.3 → PostGIS 2.4.8 |
---|
comment:4 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I must have mistyped my close — committed the change to trunk as well 3.0.0
at r17687
comment:5 by , 4 months ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Someone reported on matrix IRC that they are getting the no upgrade path going from 3.3.6 to 3.4.2 on an RHEL9 system. So reopening this ticket for now.
In 17685: