Skip to content

Commit

Permalink
Use correct user for osm2pgsql exporter on raster servers
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Nov 30, 2024
1 parent 1bc8da5 commit c11588f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/tile/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@

prometheus_exporter "osm2pgsql" do
port 10027
user "tileupdate"
user "tile"
restrict_address_families "AF_UNIX"
options [
"--database-name=gis"
Expand Down

0 comments on commit c11588f

Please sign in to comment.