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.

2.3.8

This release supports PostgreSQL 9.2-10.

View all closed tickets for 2.3.8, 2.4.6.

After installing the binaries or after running pg_upgrade, make sure to do:

1ALTER EXTENSION postgis UPDATE;

-- if you use the other extensions packaged with postgis -- make sure to upgrade those as well

1ALTER EXTENSION postgis_sfcgal UPDATE;
2ALTER EXTENSION postgis_topology UPDATE;
3ALTER EXTENSION postgis_tiger_geocoder UPDATE;

If you use legacy.sql or legacy_minimal.sql, make sure to rerun the version packaged with these releases.