Changes between Initial Version and Version 2 of Ticket #5584
- Timestamp:
- 10/20/23 01:36:56 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5584
- Property Component postgis → build/upgrade/install
- Property Milestone PostGIS PostgreSQL → PostGIS Packaging
- Property Owner changed from to
- Property Priority high → critical
-
Ticket #5584 – Description
initial v2 2 2 3 3 Environment Details 4 5 {{{ 4 6 Os: Windows Environment (Windows 2016) 5 7 Postgresql Version: 11 … … 17 19 POSTGIS="2.5.0 r16836" [EXTENSION] PGSQL="110" GEOS="3.7.0-CAPI-1.11.0 3.7.0" SFCGAL="1.3.2" PROJ="Rel. 4.9.3, 15 August 2016" GDAL="GDAL 2.2.4, released 2018/03/19 GDAL_DATA not found" LIBXML="2.7.8" LIBJSON="0.12" LIBPROTOBUF="1.2.1" TOPOLOGY RASTER 18 20 (1 row) 19 21 }}} 20 22 Command Execution Details 21 23 {{{ 22 24 ALTER EXTENSION postgis UPDATE TO "3.3.3"; 23 25 ALTER EXTENSION postgis_topology UPDATE TO "3.3.3"; … … 30 32 ALTER EXTENSION ogr_fdw UPDATE TO "1.1"; 31 33 32 execute update command for Postgis twice while moving from 2.* to 3.*33 34 SELECT postgis_extensions_upgrade(); 34 35 SELECT postgis_extensions_upgrade(); 35 36 }}} 36 37 37 38 ERROR message: 38 39 {{{ 39 40 ALTER EXTENSION postgis UPDATE TO "3.3.3"; 40 41 WARNING: unpackaging raster … … 49 50 HINT: type `SELECT postgis_extensions_upgrade();` to finish the upgrade. After upgrading, if you want to drop raster, run: DROP EXTENSION postgis_raster; 50 51 ERROR: could not load library "R:/Database/11/lib/postgis-3.dll": The specified procedure could not be found. 51 52 }}}