From 3a76f4474de3eb520efdfe4b41918bce2d9576ff Mon Sep 17 00:00:00 2001 From: Paul B Date: Mon, 11 May 2020 15:10:33 +0200 Subject: parameters: allow wal_level customisation This commit allows customisation of the `wal_level` PG config on all supported PG versions --- templates/postgresql.9.4.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/postgresql.9.4.conf.j2') diff --git a/templates/postgresql.9.4.conf.j2 b/templates/postgresql.9.4.conf.j2 index c251bfa..858ae3d 100644 --- a/templates/postgresql.9.4.conf.j2 +++ b/templates/postgresql.9.4.conf.j2 @@ -177,7 +177,7 @@ dynamic_shared_memory_type = posix # the default is the first option # - Settings - -wal_level = logical # minimal, archive, hot_standby, or logical +wal_level = {{ postgres_wal_level }} # minimal, archive, hot_standby, or logical # (change requires restart) {% if postgres_fsync_enabled %} -- cgit v1.2.3