]> git.immae.eu Git - github/fretlink/ansible-postgresql-role.git/blobdiff - templates/postgresql.11.conf.j2
parameters: allow wal_level customisation
[github/fretlink/ansible-postgresql-role.git] / templates / postgresql.11.conf.j2
index 2c2ac1c063489aea157949a4d824017a8054435f..6acb50d6d6908a4afd79b010174c2f4c255c8e17 100644 (file)
@@ -185,7 +185,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