PostGIS 2.3.8, 2.4.6
The PostGIS development team is pleased to provide bug fix 2.3.8 and 2.4.6 for the 2.3 and 2.4 stable branches.
2.4.6 This release supports PostgreSQL 9.3-10.
- source download
- NEWS
- PDF docs en
- html doc download
- html online [en]({{ site.root }}docs/manual-2.4)
- epub doc download
- Changelog
2.3.8
This release supports PostgreSQL 9.2-10.
- source download
- NEWS
- PDF docs en
- html doc download
- html online [en]({{ site.root }}docs/manual-2.3)
- epub doc download
- Changelog
View all closed tickets for 2.3.8, 2.4.6.
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.