PostGIS 2.5.2, 2.4.7, 2.3.9 Released
The PostGIS development team is pleased to provide bug fix 2.5.2, 2.4.7, and 2.3.9 for the 2.5, 2.4, and 2.3 stable branches.
These are the first versions to be able to compile against Proj 6.0.0, You must upgrade to these if you are using Proj 6.
2.5.2 This release supports PostgreSQL 9.3-11 (will compile against PostgreSQL 12, but not pass tests. Use only for pg_upgrade. You are encouraged to use the PostGIS 3.0 unreleased branch with PostgreSQL 12 , which has features specifically designed to take advantage of features new in PostgreSQL 12).
- source download
- NEWS
- PDF docs en de
- html doc download
- html online en de ja
- epub doc download
- Changelog
2.4.7 This release supports PostgreSQL 9.3-10.
- source download
- NEWS
- PDF docs en
- html doc download
- html online en
- epub doc download
- Changelog
2.3.9
This release supports PostgreSQL 9.2-10.
- source download
- NEWS
- PDF docs en
- html doc download
- html online en
- epub doc download
- Changelog
View all closed tickets for 2.5.2, 2.4.7, 2.3.9.
After installing the binaries or after running pg_upgrade, make sure to do:
ALTER EXTENSION postgis UPDATE;
– if you use the other extensions packaged with postgis – make sure to upgrade those as well
ALTER EXTENSION postgis_sfcgal UPDATE;
ALTER EXTENSION postgis_topology UPDATE;
ALTER EXTENSION postgis_tiger_geocoder UPDATE;
If you use legacy.sql or legacy_minimal.sql, make sure to rerun the version packaged with these releases.