]> git.openstreetmap.org Git - chef.git/blobdiff - roles/db-slave.rb
Switch slave databases to use wal-g instead of wal-e
[chef.git] / roles / db-slave.rb
index 6fb2fd0b6ab20953c2c82ec599b6d088f9c1e7ee..8def8c8b0d0b532be144afe32c4f09346e2cd879 100644 (file)
@@ -14,7 +14,7 @@ default_attributes(
           :user => "replication",
           :passwords => { :bag => "db", :item => "passwords" }
         },
-        :restore_command => "/usr/local/bin/openstreetmap-wal-e --terse wal-fetch %f %p"
+        :restore_command => "/usr/local/bin/openstreetmap-wal-g wal-fetch %f %p"
       }
     }
   }