PostGIS 3.0.5
The PostGIS Team is pleased to release PostGIS 3.0.5.
This release is a bug fix release, addressing issues found in the previous 3.0 releases.
- #5026, fix DropTopology in presence of UPDATE triggers on topology layers (Sandro Santilli)
- #5046, Fix upgrades in absence of old library (Sandro Santilli)
- #5069, search_path vulnerabilty during install/upgrade (Regina Obe)
After installing the binaries or after running pg_upgrade:
For upgrading from PostGIS 3.0, do the following which will upgrade all your postgis extensions.
SELECT postgis_extensions_upgrade();
For PostGIS 2.5 and below do:
ALTER EXTENSION postgis UPDATE;
SELECT postgis_extensions_upgrade();
SELECT postgis_extensions_upgrade();
If you come across any issues, feel free to report via our ticket tracker or mailing list with details
View all tickets for 3.0.5 milestone.