store-db: fix variable name for Postgres Alter System

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-07-16 13:34:32 +02:00
parent f554fe7185
commit 749c281209
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -26,4 +26,4 @@
- name: infra-role-postgres-ha
src: git@github.com:status-im/infra-role-postgres-ha.git
version: 9c0e9e8a2747da581726543032f33150743fc9ad
version: a65e614e5b4cae03ec680f546538eac6ed25c2b2