You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see the docker container running and can get responses when I hit the endpoint
But then I don't see any replication logs and not files related to replication
Though I have passed the replication url
I have setup the docker container approximately 2 weeks back
When I log into the container and run command
Nominatim replication --init
It just creates functions and exits and does not update
I think the replication is not working
The text was updated successfully, but these errors were encountered:
I have set up the docker by using
docker run -e PBF_URL=https://download.geofabrik.de/north-america/us/district-of-columbia-latest.osm.pbf -e REPLICATION_URL=http://download.geofabrik.de/north-america/us/district-of-columbia-updates -e IMPORT_WIKIPEDIA=false -e IMPORT_US_POSTCODES=true -e UPDATE_MODE=continuous -v /repos/nominatim-data:/var/lib/postgresql/12/main -p 8080:8080 --name nominatim nominatim
I can see the docker container running and can get responses when I hit the endpoint
But then I don't see any replication logs and not files related to replication
Though I have passed the replication url
I have setup the docker container approximately 2 weeks back
When I log into the container and run command
Nominatim replication --init
It just creates functions and exits and does not update
I think the replication is not working
The text was updated successfully, but these errors were encountered: