]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #1251 from mtmail/remove-naturalearth-boundary-fallback
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 28 Nov 2018 21:29:41 +0000 (22:29 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Nov 2018 21:29:41 +0000 (22:29 +0100)
remove Natural Earth dataset

1  2 
docs/admin/Migration.md

index c291ae4903aa6919bf6df91aa45595ad198cd574,42aac9e738633303f6c49e7d67c724618924425b..e3b7c0eaec36a24cd78aa517d364ae20f6456a9b
@@@ -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