-
Hey there, thank you for your contributions to the project! I've been facing an issue when installing Nominatim 3.3.0 and I'd like your opinion on this matter and any heads up on things I could have done differently. Please note that I have to strictly stay on 3.3.0 for the moment. The error I'm getting:
With this I assumed that this is coming from this statement>> in the code, when it's invoked from here. I noticed that the URLs I'm using to download required resources:
Initial import of the OSM data:
I'm performing this using an ansible playbook which worked fine in previous instances. I'm a little bit confused where to look at in order to pass this hurdle. Maybe it's something small piece of the puzzle I'm missing here. I appreciate any help with this since I'm completely new to the Nominatim and OSM communities. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
You should upgrade to version 3.3.1. That is a security release https://github.com/osm-search/Nominatim/releases/tag/v3.3.1 with no other changes, so it's compatible to 3.3.0. |
Beta Was this translation helpful? Give feedback.
--reverse-only false
has probably not the intended effect: PHP would interpret that as string, convert to boolean and end up with a true../utils/setup.php --osm-file path-to-planet-latest.osm.pbf --all
should be enough.You should upgrade to version 3.3.1. That is a security release https://github.com/osm-search/Nominatim/releases/tag/v3.3.1 with no other changes, so it's compatible to 3.3.0.