separate backups by team as well

This commit is contained in:
Andras Bacsai
2023-08-17 15:30:15 +02:00
parent e5e10ade72
commit 0432c9bef3
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ class BackupExecution extends Component
{
delete_backup_locally($this->execution->filename, $this->execution->scheduledDatabaseBackup->database->destination->server);
$this->execution->delete();
$this->emit('success', 'Backup execution deleted successfully.');
$this->emit('success', 'Backup deleted successfully.');
$this->emit('refreshBackupExecutions');
}
}