Skip to content

Commit

Permalink
Changelog: require Postgres 12 and PostGIS 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomka committed Jan 31, 2020
1 parent 8c23ac9 commit 2aea282
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@
sudo add-apt-repository ppa:ubuntugis/ppa
sudo apt-get update

- Postgres 11 and PostGIS 2.5 is required, Postgres 12 and PostGIS 3 is
recommended. If Postgres needs to be updated, update directly to Postgres 12.
If both needs to be updated, update PostGIS first and run ``ALTER EXTENSION
postgis UPDATE;`` in every database. For docker-compose setups this database
update is performed automatically. If a replication setup is in use, the
database configuration changes for Postgres 12. CATMAID's replication
documentation explains what needs to be done.
- Postgres 12 and PostGIS 3 are now required. If Postgres needs to be updated,
make sure to update PostGIS first and run ``ALTER EXTENSION postgis UPDATE;``
in every database. For docker-compose setups this database update is performed
automatically. If a replication setup is in use, the database configuration
changes for Postgres 12. CATMAID's replication documentation explains what
needs to be done.

- The management command catmaid_populate_summary_tables is now known as
catmaid_refresh_node_statistics.
Expand Down

0 comments on commit 2aea282

Please sign in to comment.