backup: fix service name variable

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-12-05 12:52:41 +01:00
parent d619c91e04
commit 0ea85fa043
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ postgres_ha_databases: []
# pass: 'dbpass'
# Backups
postgres_ha_backup_service_name: 'dump-{{ telemetry_service_name }}-db'
postgres_ha_backup_service_name: 'dump-{{ postgres_ha_service_name }}-db'
postgres_ha_backup_frequency: daily
postgres_ha_backup_timeout: 600
postgres_ha_backup_user: 'root'