From 2932cebdceadfabb1cb022c839f4e9f2e5282d85 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 19 Aug 2020 19:16:54 +0100 Subject: [PATCH] Allow replication to snap-01 --- roles/db-master.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/db-master.rb b/roles/db-master.rb index 19f9d55d9..d65791e15 100644 --- a/roles/db-master.rb +++ b/roles/db-master.rb @@ -10,6 +10,7 @@ default_attributes( :archive_command => "/usr/local/bin/openstreetmap-wal-e --terse wal-push %p", :max_wal_senders => "3", :late_authentication_rules => [ + { :database => "replication", :user => "replication", :address => "10.0.48.49/32" }, { :database => "replication", :user => "replication", :address => "10.0.48.50/32" }, { :database => "replication", :user => "replication", :address => "10.0.48.5/32" }, { :database => "replication", :user => "replication", :address => "10.0.0.10/32" }, -- 2.43.2