NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×483
×35
×8
×2
×1

question asked: 01 Apr '19, 08:17

question was seen: 1,041 times

last updated: 02 Apr '19, 08:23

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum