Openmaptiles: Investigate why update-osm will not update on a daily interval

Created on 11 Jan 2017  路  5Comments  路  Source: openmaptiles/openmaptiles

I have a full planet import but cannot update it with update-osm. I suspect it is because the config.json is either supposed to not be included or it has to have all the connection parameters, not a mix of half in the config.json, half in the command call.

bug

All 5 comments

I have a full planet import but cannot update it with update-osm. I suspect it is because the config.json is either supposed to not be included or it has to have all the connection parameters, not a mix of half in the config.json, half in the command call.

But updating hourly worked for you with imposm-run right?
I also didn't get it to work with daily.

I did discover there was a typo in config.json, see https://github.com/openmaptiles/import-osm/commit/24b0a396ec24181550afa1def481d16ec0dfe75c
But even still, no updates, blank output. I accidentally removed last.state.txt in doing some cleanup but I grabbed the old one from http://planet.openstreetmap.org/replication/hour/000/037/ which should correspond to this import.

Could you confirm the format of last.state.txt?

Hold on, I'm on a super slow net connection for my processing machine, it's slow grabbing all the changesets which is why I think it is hung up (and there's no progress reports). I will report back when I have more info.

Okay, daily update is going fine with all the parameters in the config.json. I will try again with the original config.json but I suspect that is fine as well.

So the issue was probably the typo+slow internet with no output from imposm3 run

I can confirm now that it updates just fine with the mix of parameters in config.json and in the command call. Issue resolved.

Was this page helpful?
0 / 5 - 0 ratings