X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..a5da0ffea6e87b6154543e46dcca79a191672265:/cookbooks/tile/templates/default/replicate.erb diff --git a/cookbooks/tile/templates/default/replicate.erb b/cookbooks/tile/templates/default/replicate.erb index 4e96d767d..4612f5f68 100644 --- a/cookbooks/tile/templates/default/replicate.erb +++ b/cookbooks/tile/templates/default/replicate.erb @@ -12,16 +12,8 @@ function onexit { [ -f sequence-prev.txt ] && mv sequence-prev.txt sequence.txt } -# Send output to the log -exec > /var/log/tile/replicate.log 2>&1 - # Change to the replication state directory cd /var/lib/replicate -<% if @postgresql_version >= 12 -%> - -# Disable JIT and parallel workers in postgres -export PGOPTIONS="-c jit=off -c max_parallel_workers_per_gather=0" -<% end -%> # Install exit handler trap onexit EXIT @@ -51,7 +43,7 @@ do echo "Fetched new data from $(cat sequence-prev.txt) to $(cat sequence.txt) into ${file}" # Apply the changes to the database - osm2pgsql --database gis --slim --append --number-processes=1 \ + osm2pgsql --database gis --slim --append --number-processes=1 --log-progress=false \ <% if node[:tile][:database][:node_file] -%> --flat-nodes=<%= node[:tile][:database][:node_file] %> \ <% end -%>