]> git.openstreetmap.org Git - nominatim.git/commitdiff
docs: add a warning about using --no-updates with TIGER data
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 12 Oct 2021 08:25:50 +0000 (10:25 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 18 Oct 2021 07:03:07 +0000 (09:03 +0200)
docs/admin/Import.md

index 39c45a6e83b865bf26f14e873ce445dbd5e9762f..88d3ba5b0fca6976f136aac8007f0bada5741832 100644 (file)
@@ -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