aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/postgresql.10.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/postgresql.10.conf.j2')
-rw-r--r--templates/postgresql.10.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/postgresql.10.conf.j2 b/templates/postgresql.10.conf.j2
index 588020f..b07b22b 100644
--- a/templates/postgresql.10.conf.j2
+++ b/templates/postgresql.10.conf.j2
@@ -228,7 +228,7 @@ wal_log_hints = on # also do full page writes of non-critical updates
228 228
229{% if postgres_archive_enabled %} 229{% if postgres_archive_enabled %}
230archive_mode = on 230archive_mode = on
231archive_command = 'rsync -a %p barman@{{ postgres_barman_server }}:/var/lib/barman/{{ barman_directory }}/incoming/%f' 231archive_command = 'rsync -a %p {{ postgres_barman_remote_user }}@{{ postgres_barman_server }}:/var/lib/barman/{{ barman_directory }}/incoming/%f'
232{% else %} 232{% else %}
233archive_mode = off 233archive_mode = off
234archive_command = '' 234archive_command = ''