store-db: disable database backups

We don't need them currently.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-01-09 14:53:23 +01:00
parent 32662b3bd8
commit 8a94903ad0
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ 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_backup: false
postgres_ha_backup_enabled: false
postgres_ha_databases:
- name: 'nim-waku'