]> git.immae.eu Git - github/fretlink/ansible-postgresql-role.git/blobdiff - templates/postgresql.10.conf.j2
parameters: allow wal_level customisation
[github/fretlink/ansible-postgresql-role.git] / templates / postgresql.10.conf.j2
index b07b22b4ba2a78b4e9db4c8422fa74fbc289eb9b..80850348f1291348da967818747f02d06a18c505 100644 (file)
@@ -184,7 +184,7 @@ bgwriter_delay = 2000ms                     # 10-10000ms between rounds
 
 # - Settings -
 
-wal_level = logical                    # minimal, replica, or logical
+wal_level = {{ postgres_wal_level }}                   # minimal, replica, or logical
                                        # (change requires restart)
 {% if postgres_fsync_enabled %}
 #fsync = on                            # flush data to disk for crash safety