]> git.openstreetmap.org Git - nominatim.git/commitdiff
docs: rewrite functions when migrating
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 22 Sep 2018 11:21:19 +0000 (13:21 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 22 Sep 2018 11:22:08 +0000 (13:22 +0200)
Fixes #1183.

docs/admin/Migration.md

index 2cc0b80b3cddcb867d1ad9a2c9d4a0be9f537eb3..012c58b328eff4064ccff1e72b63c43b83952461 100644 (file)
@@ -39,12 +39,18 @@ GRANT SELECT ON table country_osm_grid to "www-user";
 
 Replace the `www-user` with the user name of your website server if necessary.
 
-Finally, you can drop the now unused indexes:
+You can now drop the unused indexes:
 
 ```
 DROP INDEX idx_placex_reverse_geometry;
 ```
 
+Finally, update all SQL functions:
+
+```sh
+./utils/setup.php --create-functions --enable-diff-updates --create-partition-functions
+```
+
 ## 3.0.0 -> 3.1.0
 
 ### Postcode Table