This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

update (diffs) overpass instance - stuck

0

Hi,

I have an overpass instance on a ubuntu server.

I download a few geographic zones from geofabrik, and merged them in my database.

The I run this 2 lines in order to keep my database updated:

sudo nohup bin/fetch_osc.sh 2 http://planet.openstreetmap.org/replication/minute/ diffs/

nohup bin/apply_osc_to_db.sh "db/" "diffs/" 2 --meta=yes &

later, I realized that the id=2 (the 2 in the cmd lines), is really really old, and I want to update from a newer id, so I killed both processes..

tried to run this 2 lines with a new id, but now I see in apply_osc_to_db.log:

2019-04-01 07:07:12: updating from 174163
2019-04-01 07:07:17: updating from 174163
2019-04-01 07:07:22: updating from 174163
2019-04-01 07:07:27: updating from 174163
2019-04-01 07:07:32: updating from 174163
2019-04-01 07:07:37: updating from 174163
2019-04-01 07:07:42: updating from 174163
2019-04-01 07:07:47: updating from 174163
2019-04-01 07:07:52: updating from 174163
...

I need help.

I tried to delete the diffs folder and start again.. but nothing

Thanks

asked 01 Apr '19, 08:17

BrianG13's gravatar image

BrianG13
11112
accept rate: 0%

edited 02 Apr '19, 08:23

scai's gravatar image

scai ♦
33.3k21309459

Source code available on GitHub .