Suggestion: Add a final success message when import completes #3891
daishu0000
started this conversation in
General
Replies: 1 comment 2 replies
-
|
That would be useful indeed. I'd also like such a message to report how many minutes in total the import has run. Do you feel like doing a PR for that? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
When deploying Nominatim, I run the following command to import an OSM file into PostgreSQL:
nohup ../nominatim-venv/bin/nominatim import --osm-file china.osm.pbf > setup.log 2>&1 &I use
tail -f setup.logto monitor the progress. After several hours, the log ends with a line like:2025-11-28 22:37:58: Recompute word countsAt this point, it's unclear whether the import has completed successfully or if the process has stopped due to an error. There is no explicit final success message in the log.
Suggestion:
It would be very helpful to add a clear message such as:
yyyy-mm-dd hh:mm:ss: Import completed successfullyThis would make it easier for users to confirm the import status without needing to cross-check the running processes manually.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions