From: Sarah Hoffmann Date: Wed, 28 Nov 2018 21:29:41 +0000 (+0100) Subject: Merge pull request #1251 from mtmail/remove-naturalearth-boundary-fallback X-Git-Tag: v3.3.0~56 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/e5cb5d439dadf6308f4e09b116613c75d8a7d788 Merge pull request #1251 from mtmail/remove-naturalearth-boundary-fallback remove Natural Earth dataset --- e5cb5d439dadf6308f4e09b116613c75d8a7d788 diff --cc docs/admin/Migration.md index c291ae49,42aac9e7..e3b7c0ea --- a/docs/admin/Migration.md +++ b/docs/admin/Migration.md @@@ -4,8 -4,24 +4,24 @@@ This page describes database migration to newer versions of Nominatim. SQL statements should be executed from the postgres commandline. Execute -`psql nominiatim` to enter command line mode. +`psql nominatim` to enter command line mode. + + ## 3.2.0 -> master + + ### Natural Earth country boundaries no longer needed as fallback + + ``` + DROP TABLE country_naturalearthdata; + ``` + + Finally, update all SQL functions: + + ```sh + ./utils/setup.php --create-functions --enable-diff-updates --create-partition-functions + ``` + + ## 3.1.0 -> 3.2.0 ### New reverse algorithm