Replies: 1 comment
-
Hello! nominatim add-data --file From here! |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello Folks! How you doing!?
I've been trying to run nominatim on my machine, using docker, and I've been facing some problems, when I try to add new PBF files to nominatim, after the initial import.
The documentation is not that clear about that, but gives the idea that this is possible. Well.
I have a docker container running with two volumes, one for pbf files, e another for postgres data. After the first import I try to run the following command to import the additional data:
sudo -E -u nominatim nominatim import --osm-file /nominatim/data/centro-oeste-latest.osm.pbf
But I receive the following output:
I know the database has already been created, but my question is. Is it possible to import new data after first import without having to re-built docker container? And if yes, what am I doing wrong!?
Thank you before hand!!!
Beta Was this translation helpful? Give feedback.
All reactions