From 9345291a26a88c14cc516ac889b83612e565e186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 2 Jan 2024 13:38:09 +0100 Subject: [PATCH] store-db: disable db dump timer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not necessary for now, failes due to timeouts. Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/store-db.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/group_vars/store-db.yml b/ansible/group_vars/store-db.yml index 6a50a82..5bfc022 100644 --- a/ansible/group_vars/store-db.yml +++ b/ansible/group_vars/store-db.yml @@ -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'