X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/572914833ca1994317e2e1a4db6017610e8e674b..5b81121bb3977894620c5a1bd2b3bc6581983592:/roles/db-master.rb diff --git a/roles/db-master.rb b/roles/db-master.rb index 16562fa1b..ae33b625c 100644 --- a/roles/db-master.rb +++ b/roles/db-master.rb @@ -3,7 +3,7 @@ description "Role applied to all the master database server" default_attributes( :postgresql => { - :versions => ["9.1"], + :versions => ["9.5"], :settings => { :defaults => { :wal_level => "hot_standby", @@ -13,7 +13,7 @@ default_attributes( :late_authentication_rules => [ { :database => "replication", :user => "replication", :address => "146.179.159.168/32" }, { :database => "replication", :user => "replication", :address => "146.179.159.170/32" }, - { :database => "replication", :user => "replication", :address => "10.0.16.4/32" } + { :database => "replication", :user => "replication", :address => "10.0.32.40/32" } ] } } @@ -22,7 +22,7 @@ default_attributes( :modules => { :archive => { :comment => "WAL Archive", - :path => "/store/arrays/slow/postgresql-archive", + :path => "/store/arrays/nvme/postgresql-archive", :read_only => true, :write_only => false, :list => false, @@ -30,7 +30,7 @@ default_attributes( :gid => "postgres", :transfer_logging => false, :hosts_allow => [ - "146.179.159.168", "146.179.159.170, 10.0.16.4" + "146.179.159.168", "146.179.159.170, 10.0.32.40" ] } }