]> git.openstreetmap.org Git - chef.git/blobdiff - roles/db-master.rb
Switch site back to online mode
[chef.git] / roles / db-master.rb
index ffea0f019038cd77345bfe1301df3cafb77d3140..a107afa7159e7b8d3c2834baef91199db79c59af 100644 (file)
@@ -5,10 +5,8 @@ default_attributes(
   :postgresql => {
     :settings => {
       :defaults => {
-        :wal_level => "logical",
         :archive_mode => "on",
         :archive_command => "/usr/local/bin/openstreetmap-wal-g wal-push %p --walg-prevent-wal-overwrite=true",
-        :max_wal_senders => "10",
         :max_replication_slots => "1",
         :late_authentication_rules => [
           { :database => "replication", :user => "replication", :address => "10.0.0.4/32" },   # snap-02