X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2e5bdb87941752aa12b049bb97f8508ac125c61d..603367dced978cfec5642764367a093dc37ccabf:/docs/admin/Update.md diff --git a/docs/admin/Update.md b/docs/admin/Update.md index 8cc2b343..4ddfc9de 100644 --- a/docs/admin/Update.md +++ b/docs/admin/Update.md @@ -4,9 +4,9 @@ There are many different ways to update your Nominatim database. The following section describes how to keep it up-to-date with Pyosmium. For a list of other methods see the output of `./utils/update.php --help`. -!!! warning +!!! important If you have configured a flatnode file for the import, then you - need to keep this flatnode file around for updates as well. + need to keep this flatnode file around for updates. #### Installing the newest version of Pyosmium @@ -17,7 +17,7 @@ Run (as the same user who will later run the updates): pip3 install --user osmium ``` -Nominatim needs a tool called `pyosmium-get-updates` which comes with +Nominatim needs a tool called `pyosmium-get-changes` which comes with Pyosmium. You need to tell Nominatim where to find it. Add the following line to your `settings/local.php`: