Hello there, happy new year. During update (I manually update every 6-12 months) my disk was full so import failed. My postgres nominatim-db is fine (?). How should I continue? It is a problem if I re-import from geofabrik and index? (To gain space I used compression in btrfs. 100GiB free out of 0bytes free! Some optimization is missing from postgres?) asked 30 Dec '17, 21:04 RandomGreekT... |
As long as the database is not corrupted, you can simply restart the updates and they will pick up where they errored the last time. Check the Postgres log files for errors. However, if you really only update once every 6-12 months, I strongly recommend that you simply drop the database and reimport from scratch every time. The database will remain much smaller (updates tend to bloat the database), you can update to newer versions of Nominatim (recent versions create a much smaller database), and you can use the answered 03 Jan '18, 11:44 lonvia Thank you. I don't see any fatal messages in /var/log/postgreslq-X.log but I am newbie in postgresql. In that case I have to build a second database, switch to second db and then delete the first. Maybe too complicated to my project, unless the gains are too high. Do you know (approx.) the difference in speed and size? Currently I use compression with btrfs and it seems fine.
Here we have a compression party
(04 Jan '18, 21:08)
RandomGreekT...
|