X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/45ea73913f994df4c00cacfcf0d398db84329798..8e1d4818aca13a7a0a992af7ba8c5b9ff47f65ed:/docs/admin/Update.md diff --git a/docs/admin/Update.md b/docs/admin/Update.md index 01980bd8..a2323cfe 100644 --- a/docs/admin/Update.md +++ b/docs/admin/Update.md @@ -30,14 +30,14 @@ diffs for Ireland from Geofabrik add the following: # base URL of the replication service NOMINATIM_REPLICATION_URL="https://download.geofabrik.de/europe/ireland-and-northern-ireland-updates" - # How often upstream publishes diffs + # How often upstream publishes diffs (in seconds) NOMINATIM_REPLICATION_UPDATE_INTERVAL=86400 - # How long to sleep if no update found yet + # How long to sleep if no update found yet (in seconds) NOMINATIM_REPLICATION_RECHECK_INTERVAL=900 To set up the update process now run the following command: - ./nominatim replication --init + nominatim replication --init It outputs the date where updates will start. Recheck that this date is what you expect. @@ -49,7 +49,7 @@ service is changed. The following command will keep your database constantly up to date: - ./nominatim replication + nominatim replication If you have imported multiple country extracts and want to keep them up-to-date, [Advanced installations section](Advanced-Installations.md) contains instructions