]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/admin/Import.md
Merge pull request #2185 from lonvia/fix-deadlock-handling-for-psycopg27
[nominatim.git] / docs / admin / Import.md
index b810c37e3b3a7df3b28d8ea4406f359a58f767cb..ef0da0be5e88135403c0007725e1f49ff7456927 100644 (file)
@@ -234,7 +234,7 @@ reduce the cache size or even consider using a flatnode file.
 Run this script to verify all required tables and indices got created successfully.
 
 ```sh
-nominatim check-database
+nominatim admin --check-database
 ```
 
 Now you can try out your installation by running:
@@ -284,12 +284,12 @@ address set to complement the OSM house number data in the US. You can add
 TIGER data to your own Nominatim instance by following these steps. The
 entire US adds about 10GB to your database.
 
-  1. Get preprocessed TIGER 2019 data and unpack it into your project
+  1. Get preprocessed TIGER 2020 data and unpack it into your project
      directory:
 
         cd $PROJECT_DIR
-        wget https://nominatim.org/data/tiger2019-nominatim-preprocessed.tar.gz
-        tar xf tiger2019-nominatim-preprocessed.tar.gz
+        wget https://nominatim.org/data/tiger2020-nominatim-preprocessed.tar.gz
+        tar xf tiger2020-nominatim-preprocessed.tar.gz
 
   2. Import the data into your Nominatim database: