X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6e1c597ea720a3a3eb315f6a94588aeb08411f31..f7628dac50cd43cd44bb4f7e5c343fe990b5af3f:/cookbooks/db/recipes/base.rb diff --git a/cookbooks/db/recipes/base.rb b/cookbooks/db/recipes/base.rb index f19b1d03a..d989d0bc9 100644 --- a/cookbooks/db/recipes/base.rb +++ b/cookbooks/db/recipes/base.rb @@ -26,11 +26,6 @@ include_recipe "ruby" passwords = data_bag_item("db", "passwords") wal_secrets = data_bag_item("db", "wal-secrets") -postgresql_munin "openstreetmap" do - cluster node[:db][:cluster] - database "openstreetmap" -end - directory "/srv/www.openstreetmap.org" do group "rails" mode "2775" @@ -108,7 +103,7 @@ package "lzop" remote_file "/usr/local/bin/wal-g" do action :create - source "https://github.com/wal-g/wal-g/releases/download/v1.1/wal-g-pg-ubuntu-20.04-amd64" + source "https://github.com/wal-g/wal-g/releases/download/v2.0.1/wal-g-pg-ubuntu-20.04-amd64" owner "root" group "root" mode "755"