From: Sarah Hoffmann Date: Tue, 12 Oct 2021 08:25:50 +0000 (+0200) Subject: docs: add a warning about using --no-updates with TIGER data X-Git-Tag: v4.0.0~17^2~11 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/d59b26dad795562a1c731a672c51a63ce0469ac5?hp=47417d18714143ad20316bd529694e94fa0a0e26 docs: add a warning about using --no-updates with TIGER data --- diff --git a/docs/admin/Import.md b/docs/admin/Import.md index 39c45a6e..88d3ba5b 100644 --- a/docs/admin/Import.md +++ b/docs/admin/Import.md @@ -137,6 +137,14 @@ Note that you still need to provide for sufficient disk space for the initial import. So this option is particularly interesting if you plan to transfer the database or reuse the space later. +!!! warning + The datastructure for updates are also required when adding additional data + after the import, for example [TIGER housenumber data](Customization#installing-tiger-housenumber-data-for-the-us). + If you plan to use those, you must not use the `--no-updates` parameter. + Do a normal import, add the external data and once you are done with + everything run `nominatim freeze`. + + ### Reverse-only Imports If you only want to use the Nominatim database for reverse lookups or @@ -238,7 +246,8 @@ reduce the cache size or even consider using a flatnode file. ### Testing the installation -Run this script to verify all required tables and indices got created successfully. +Run this script to verify that all required tables and indices got created +successfully. ```sh nominatim admin --check-database