From 42775f959b5860d9360e8fe9efa435eff0e61c6c Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 31 Oct 2020 22:53:08 +0100 Subject: [PATCH] docs: need to index after updating with a file Fixes #2031. --- docs/admin/Advanced-Installations.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/admin/Advanced-Installations.md b/docs/admin/Advanced-Installations.md index 7ff56198..5b0275b3 100644 --- a/docs/admin/Advanced-Installations.md +++ b/docs/admin/Advanced-Installations.md @@ -51,7 +51,8 @@ The file `import_multiple_regions.sh` needs to be edited as per your requirement !!! tip 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 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 -- 2.39.5