2 description "Role applied to all slave database servers"
 
   9         :hot_standby_feedback => "on",
 
  10         :standby_mode => "on",
 
  11         :primary_conninfo => {
 
  12           :host => "snap-01.ams.openstreetmap.org",
 
  14           :user => "replication",
 
  15           :passwords => { :bag => "db", :item => "passwords" }
 
  17         :restore_command => "/usr/local/bin/openstreetmap-wal-g wal-fetch %f %p"