mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-06 18:14:16 +00:00
docs: adapt check-database command
This commit is contained in:
@@ -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.
|
Run this script to verify all required tables and indices got created successfully.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nominatim check-database
|
nominatim admin --check-database
|
||||||
```
|
```
|
||||||
|
|
||||||
Now you can try out your installation by running:
|
Now you can try out your installation by running:
|
||||||
|
|||||||
@@ -37,8 +37,8 @@ functionality of each script:
|
|||||||
* ./utils/setup.php: `import`, `freeze`, `refresh`
|
* ./utils/setup.php: `import`, `freeze`, `refresh`
|
||||||
* ./utils/update.php: `replication`, `add-data`, `index`, `refresh`
|
* ./utils/update.php: `replication`, `add-data`, `index`, `refresh`
|
||||||
* ./utils/specialphrases.php: `special-phrases`
|
* ./utils/specialphrases.php: `special-phrases`
|
||||||
* ./utils/check_import_finished.php: `check-database`
|
* ./utils/check_import_finished.php: `admin`
|
||||||
* ./utils/warm.php: `warm`
|
* ./utils/warm.php: `admin`
|
||||||
* ./utils/export.php: `export`
|
* ./utils/export.php: `export`
|
||||||
|
|
||||||
Try `nominatim <command> --help` for more information about each subcommand.
|
Try `nominatim <command> --help` for more information about each subcommand.
|
||||||
|
|||||||
Reference in New Issue
Block a user