status-db: disabling db backup

Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
Alexis Pentori 2024-01-17 09:07:42 +01:00
parent e8b5ff2500
commit ebdd5a847b
No known key found for this signature in database
GPG Key ID: 65250D2801E47A10
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ postgres_ha_cont_port: 5432
postgres_ha_is_master: true
postgres_ha_replica_enabled: false
# Backup
postgres_ha_backup: '{{ stage == "prod" }}'
postgres_ha_backup_enabled: '{{ stage == "prod" }}'
postgres_ha_backup: false
postgres_ha_backup_enabled: false
# Admin
postgres_ha_admin_user: 'postgres'
postgres_ha_admin_pass: '{{lookup("bitwarden", "fleets/status/"+stage+"/db/admin")}}'