<div dir="ltr">Sarah, are you able to provide information about what configuration do you use?<div>Is it containerized or you just install everything manually based on instruction (like <a href="https://nominatim.org/release-docs/develop/admin/Installation/">https://nominatim.org/release-docs/develop/admin/Installation/</a>)?<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><br><div><br></div><div><br></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">czw., 29 paź 2020 o 12:06 Sarah Hoffmann <<a href="mailto:lonvia@denofr.de">lonvia@denofr.de</a>> napisał(a):<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, Oct 28, 2020 at 04:21:52PM +0100, Bartosz Kwapisz wrote:<br>
> I had the same result when I used 3.4.2, 3.5.2 and the master version.<br>
> That's why I thought the problem was in data.<br>
> We run nominatim in container environment, so we are using this<br>
> configuration (without any changes) -<br>
> <a href="https://github.com/mediagis/nominatim-docker/tree/master/3.5" rel="noreferrer" target="_blank">https://github.com/mediagis/nominatim-docker/tree/master/3.5</a><br>
> You can find local.php file here -<br>
> <a href="https://github.com/mediagis/nominatim-docker/blob/master/3.5/local.php" rel="noreferrer" target="_blank">https://github.com/mediagis/nominatim-docker/blob/master/3.5/local.php</a><br>
> That postgres and postgis packages are installed (in Dockerfile) -<br>
> postgresql-server-dev-12 postgresql-12-postgis-3 postgresql-contrib<br>
> postgresql-12-postgis-3-scripts \<br>
<br>
This doesn't look very unusual. The only thing I could think off is<br>
that you might accidentaly be using the wrong database due to the<br>
fact how the import works. But I'm sure you have checked that.<br>
<br>
> I've pulled docker image based on nominatim master version that we are<br>
> using now to Docker Hub registry -<br>
> <a href="https://hub.docker.com/repository/docker/bartoliniii/nominatim" rel="noreferrer" target="_blank">https://hub.docker.com/repository/docker/bartoliniii/nominatim</a><br>
> <br>
> Tu run import we run the following sequence of commands:<br>
> apt-get -y update -qq<br>
> apt-get install -y wget<br>
> wget -q <a href="https://www.nominatim.org/data/wikipedia_article.sql.bin" rel="noreferrer" target="_blank">https://www.nominatim.org/data/wikipedia_article.sql.bin</a> -O<br>
> /app/src/data/wikipedia_article.sql.bin<br>
> wget -q <a href="https://www.nominatim.org/data/wikipedia_redirect.sql.bin" rel="noreferrer" target="_blank">https://www.nominatim.org/data/wikipedia_redirect.sql.bin</a> -O<br>
> /app/src/data/wikipedia_redirect.sql.bin<br>
> rm -rf /data/nominatim/postgresdata_updated2 && chmod u+x /app/init.sh<br>
> /app/init.sh /data-osm/osm-pbf/poland-latest.osm.pbf nominatim/postgresdata<br>
> 12<br>
<br>
These are the wrong wikipedia files for a 3.5+ version. See<br>
<a href="https://nominatim.org/release-docs/latest/admin/Import/#wikipediawikidata-rankings" rel="noreferrer" target="_blank">https://nominatim.org/release-docs/latest/admin/Import/#wikipediawikidata-rankings</a><br>
<br>
But that's just a note on the side. The wikipedia rankings have no<br>
influence whatsoever on the formation of the address.<br>
<br>
I honestly don't have any further ideas where your villages might<br>
have gotten lost.<br>
<br>
Sarah<br>
</blockquote></div>