2 description "Role applied to all the master database server"
9 :wal_level => "hot_standby",
10 :archive_mode => "on",
11 :archive_command => "/bin/cp %p /store/postgresql/archive/%f",
12 :max_wal_senders => "2",
13 :late_authentication_rules => [
14 { :database => "replication", :user => "replication", :address => "146.179.159.168/32" },
15 { :database => "replication", :user => "replication", :address => "146.179.159.170/32" },
16 { :database => "replication", :user => "replication", :address => "10.0.32.40/32" }
24 :comment => "WAL Archive",
25 :path => "/store/arrays/nvme/postgresql-archive",
31 :transfer_logging => false,
33 "146.179.159.168", "146.179.159.170, 10.0.32.40"