default_attributes(
:postgresql => {
- :versions => ["9.1"],
+ :versions => ["9.5"],
:settings => {
:defaults => {
:hot_standby => "on",
:user => "replication",
:passwords => { :bag => "db", :item => "passwords" }
},
- :restore_command => "/usr/bin/rsync katla.bm.openstreetmap.org::archive/%f %p"
+ :restore_command => "/usr/local/bin/openstreetmap-wal-e --terse wal-fetch %f %p"
}
}
}