]> git.openstreetmap.org Git - chef.git/commitdiff
Disable progress messages for osm2pgsql
authorTom Hughes <tom@compton.nu>
Sat, 21 Oct 2023 10:52:13 +0000 (11:52 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 21 Oct 2023 10:52:13 +0000 (11:52 +0100)
cookbooks/tile/templates/default/replicate.erb

index ea0e100cf46e7fe14c423f4f8c3442e5a3208913..4612f5f689dd5669d6016e7875c45c1f68c47a1f 100644 (file)
@@ -43,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 -%>