Already running backup process container is an error message
This commit is contained in:
parent
515702ae78
commit
be74715595
|
@ -93,7 +93,8 @@ def backup(config, containers):
|
|||
"A backup process container is already running. \n"
|
||||
f"Id: {containers.backup_process_container.id}\n"
|
||||
f"Name: {containers.backup_process_container.name}\n"
|
||||
)
|
||||
),
|
||||
alert_type='ERROR',
|
||||
)
|
||||
raise RuntimeError("Backup process already running")
|
||||
|
||||
|
|
Loading…
Reference in New Issue