Update interval for OpenStreetMap dataset

Hello together,

I would like to set up a self-hosted openrouteservice with docker by GIScience/openrouteservice

My question is how can the self-hosted openrouteservice update the given OpenStreetMap dataset ( osm.gz) for example the planet osm-fileplanet-latest.osm.bz2 ?

Normally you can specify a diff-url like https://planet.openstreetmap.org/replication/minute/.
Is it also possible to use a diff-url for the osm dataset in the self-hosted openrouteservice? If yes,
where can it be configured?

Thanks for your help!

Hi,

that’s a task for your DevOps guy;) You’ll have to delete the old graphs and restart docker. I just did a PR which makes a little easier to handle the Docker setup: https://github.com/GIScience/openrouteservice/pull/628.

Nope, ORS needs full PBFs/files, i.e. the full 40 GB for every graph build, and can’t accept diffs.