mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-13 00:36:42 +03:00
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.
This commit is contained in:
parent
cc2f152d70
commit
38d442edf6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user