store-db: fix variable name for Postgres Alter System
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f554fe7185
commit
749c281209
|
@ -23,7 +23,7 @@ postgres_ha_databases:
|
|||
pass: '{{lookup("bitwarden", "fleets/shards/"+stage+"/db/nim-waku")}}'
|
||||
|
||||
# Avoid exceeding volume size with WAL log.
|
||||
postgres_alter_system_settings:
|
||||
postgres_ha_alter_system_settings:
|
||||
checkpoint_timeout: '5min'
|
||||
max_wal_size: '1GB'
|
||||
min_wal_size: '80MB'
|
||||
|
|
|
@ -26,4 +26,4 @@
|
|||
|
||||
- name: infra-role-postgres-ha
|
||||
src: git@github.com:status-im/infra-role-postgres-ha.git
|
||||
version: 9c0e9e8a2747da581726543032f33150743fc9ad
|
||||
version: a65e614e5b4cae03ec680f546538eac6ed25c2b2
|
||||
|
|
Loading…
Reference in New Issue