peter-evans / nominatim-docker

Docker image for Nominatim
https://hub.docker.com/r/peterevans/nominatim/
MIT License
30 stars 16 forks source link

Error when trying start with germany or europe #11

Closed medokin closed 6 years ago

medokin commented 6 years ago
30.8.2018 12:02:15 * Starting PostgreSQL 9.3 database server        
[ OK ]
30.8.2018 12:02:16NOTICE:  database "nominatim" does not exist, skipping
30.8.2018 12:02:16DROP DATABASE
30.8.2018 12:02:162018-08-30 10:02:16 == module path: /srv/nominatim/build/module
30.8.2018 12:02:162018-08-30 10:02:16 == Create DB
30.8.2018 12:02:262018-08-30 10:02:26 == Setup DB
30.8.2018 12:02:26Postgres version found: 9.3
30.8.2018 12:02:27Postgis version found: 2.1
30.8.2018 12:02:27Error: you need to download the country_osm_grid first:
30.8.2018 12:02:27    wget -O /srv/nominatim/data/country_osm_grid.sql.gz https://www.nominatim.org/data/country_grid.sql.gz
medokin commented 6 years ago

Nevermind, My mistake.