Skip to content

Commit

Permalink
Disable progress messages for osm2pgsql
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Oct 21, 2023
1 parent b66ab1c commit bd91a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/tile/templates/default/replicate.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%>
Expand Down

0 comments on commit bd91a63

Please sign in to comment.