2 description "Role applied to all the master database server"
 
   6     :versions => [ "9.1" ],
 
   9         :wal_level => "hot_standby",
 
  10         :archive_mode => "on",
 
  11         :archive_command => "/bin/cp %p /store/postgresql/system/archive/%f",
 
  12         :max_wal_senders => "2",
 
  15             { :system => "osmbackup", :postgres => "backup" }
 
  18         :early_authentication_rules => [
 
  19           { :type => "local", :database => "all", :user => "backup", :method => "peer", :options => { :map => "backup" } }
 
  21         :late_authentication_rules => [
 
  22           { :database => "replication", :user => "replication", :address => "146.179.159.168/32" }
 
  30         :comment => "WAL Archive",
 
  31         :path => "/store/postgresql/system/archive",
 
  37         :transfer_logging => false,