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:
parent
ae8ff33aa2
commit
9345291a26
|
@ -13,6 +13,10 @@ postgres_ha_replica_allowed_addresses: []
|
||||||
postgres_ha_admin_user: 'postgres'
|
postgres_ha_admin_user: 'postgres'
|
||||||
postgres_ha_admin_pass: '{{lookup("bitwarden", "fleets/shards/"+stage+"/db/admin")}}'
|
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:
|
postgres_ha_databases:
|
||||||
- name: 'nim-waku'
|
- name: 'nim-waku'
|
||||||
user: 'nim-waku'
|
user: 'nim-waku'
|
||||||
|
|
Loading…
Reference in New Issue