diff --git a/ansible/group_vars/store-db.yml b/ansible/group_vars/store-db.yml index c425633..247409d 100644 --- a/ansible/group_vars/store-db.yml +++ b/ansible/group_vars/store-db.yml @@ -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' diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 4e88ff9..76522b6 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -26,4 +26,4 @@ - name: infra-role-postgres-ha src: git@github.com:status-im/infra-role-postgres-ha.git - version: 9c0e9e8a2747da581726543032f33150743fc9ad + version: a65e614e5b4cae03ec680f546538eac6ed25c2b2