X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5bae910cf68db7680b51c63727bd3029382f6351..a73f3c8b5bf30fc55891e5b3df72106499824b9f:/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" } } }