X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/760a74abb5b6857fb62ceb5cbb537c7b40f69b0a..cddda3fe9f6d0a3f5818795f0376b1c92a4033f2:/roles/db-slave.rb diff --git a/roles/db-slave.rb b/roles/db-slave.rb index 6fb2fd0b6..8def8c8b0 100644 --- a/roles/db-slave.rb +++ b/roles/db-slave.rb @@ -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" } } }