store-db: disable db dump timer

Not necessary for now, failes due to timeouts.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-01-02 13:38:09 +01:00
parent ae8ff33aa2
commit 9345291a26
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ postgres_ha_replica_allowed_addresses: []
postgres_ha_admin_user: 'postgres'
postgres_ha_admin_pass: '{{lookup("bitwarden", "fleets/shards/"+stage+"/db/admin")}}'
# Disable backups since we have multiple DCs
postgres_ha_backup: true
postgres_ha_backup_enabled: true
postgres_ha_databases:
- name: 'nim-waku'
user: 'nim-waku'