Changing graphs storage path

Good afternoon;

Is it possible to specify anywhere in the .json or config file the actual graph folder where the built graphs will be stored after the first run? In my case (docker-based deployment of ORS) is currently storing it in the container’s folder “home/ors/ors-core/data/graphs”. Is it possible to change it to something else? e.g. home/ors/ors-core/data/<region_name>/graphs".

Thanks in advance.
Best regards.

Hey,

yes, that should be possible by changing the graphs_root_path in your config.
When using docker, make sure that the path is being mounted as a volume, otherwise graphs won’t persist.

Best regards

2 Likes

Thank you so much @jschnell , this was exactly what I was looking for! This post can now be closed.

2 Likes