From: Tom Hughes Date: Sun, 8 Nov 2020 10:53:13 +0000 (+0000) Subject: Allow the planetdiff user to perform replication X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/9fd056986b8782f8af1715113e0a04e6655ae35c Allow the planetdiff user to perform replication --- diff --git a/cookbooks/db/recipes/master.rb b/cookbooks/db/recipes/master.rb index 5e51ca030..f6641fd18 100644 --- a/cookbooks/db/recipes/master.rb +++ b/cookbooks/db/recipes/master.rb @@ -49,6 +49,7 @@ end postgresql_user "planetdiff" do cluster node[:db][:cluster] password passwords["planetdiff"] + replication true end postgresql_user "backup" do