X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c3238682a8867edfb3c052ca4d2d27b3926ad17a..3cdfe066336ad19772d300a85d6c1feaadc074ea:/docs/admin/Advanced-Installations.md diff --git a/docs/admin/Advanced-Installations.md b/docs/admin/Advanced-Installations.md index 5701992c..4f59900d 100644 --- a/docs/admin/Advanced-Installations.md +++ b/docs/admin/Advanced-Installations.md @@ -47,15 +47,16 @@ The file `import_multiple_regions.sh` needs to be edited as per your requirement BASEURL="https://download.geofabrik.de" DOWNCOUNTRYPOSTFIX="-latest.osm.pbf" - + +### Setting up multiple regions + !!! tip - If your database already exists and you want to add more countries, replace the setting up part + If your database already exists and you want to add more countries, + replace the setting up part `${SETUPFILE} --osm-file ${UPDATEDIR}/tmp/combined.osm.pbf --all 2>&1` with `${UPDATEFILE} --import-file ${UPDATEDIR}/tmp/combined.osm.pbf --index --index-instances N 2>&1` where N is the numbers of CPUs in your system. -### Setting up multiple regions - Run the following command from your Nominatim directory after configuring the file. bash ./utils/import_multiple_regions.sh