X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c1b0b484c303fd19f7682e8d7bf7d96c2c85bc2a..eaeddb800a7ddb261938f05ce44e208a9ffa0916:/cookbooks/planet/templates/default/planet-notes-dump.erb diff --git a/cookbooks/planet/templates/default/planet-notes-dump.erb b/cookbooks/planet/templates/default/planet-notes-dump.erb index 659510425..92ca8b375 100644 --- a/cookbooks/planet/templates/default/planet-notes-dump.erb +++ b/cookbooks/planet/templates/default/planet-notes-dump.erb @@ -33,7 +33,7 @@ if [ \! -d ${planet_dir}/notes/ ] if [ \! -d ${planet_dir}/notes/${cur_year}/ ]; then mkdir ${planet_dir}/notes/${cur_year}/; fi cd ${planet_dir}/notes/${cur_year}/ -/usr/bin/python /opt/planet-notes-dump/dump.py --quiet --database openstreetmap --host db-slave --user planetdump --password '<%= @password %>' .${cur_planet_notes} +/usr/bin/python /opt/planet-notes-dump/dump.py --quiet --database openstreetmap --host <%= node[:web][:readonly_database_host] %> --user planetdump --password '<%= @password %>' .${cur_planet_notes} pbzip2 -p6 -9 .${cur_planet_notes} planet_notes_size=$(du -sb .${cur_planet_notes}.bz2 | awk '{ print $1 }')