From: Sarah Hoffmann Date: Wed, 2 Jun 2021 14:11:29 +0000 (+0200) Subject: docs: reload SQL when migrating to 3.6 X-Git-Tag: v4.0.0~70 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/38d442edf69bdd97746ba41338ef738618d08115 docs: reload SQL when migrating to 3.6 SQL functions must always be reloaded when updating the software. All other updates included the instruction as part of some other migration. From 3.7 on it will happen as part of the migration command. Fixes #2335. --- diff --git a/docs/admin/Migration.md b/docs/admin/Migration.md index 0ca6ebf2..fc309af1 100644 --- a/docs/admin/Migration.md +++ b/docs/admin/Migration.md @@ -124,6 +124,14 @@ configuration file, run the following command after updating: ./utils/setup.php --setup-website ``` +### Update SQL code + +To update the SQL code to the leatest version run: + +``` +./utils/setup.php --create-functions --enable-diff-updates --create-partition-functions +``` + ## 3.4.0 -> 3.5.0 ### New Wikipedia/Wikidata importance tables