updated postgresql state
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Paul 2024-08-03 08:20:40 +02:00
parent 6b4bc74e36
commit dc2f262fa2

View File

@ -12,6 +12,9 @@ host {{ user }} repmgr {{ network }} trust
{%- for network in net.ip_networks %}
host all all {{ network }} md5
{%- endfor %}
{%- for network in net.optional_ip_networks %}
host all all {{ network }} md5
{%- endfor %}
local all postgres peer