This commit is contained in:
Andras Bacsai 2023-08-10 21:00:13 +02:00
parent d973b87f5f
commit c26407fa7e

View File

@ -100,7 +100,6 @@ private function backup_standalone_postgresql()
ray('Backup done for ' . $this->database->uuid . ' at ' . $this->server->name . ':' . $this->backup_filename);
$this->backup_status = 'success';
throw new \Error('test');
$this->team->notify(new BackupSuccess($this->backup, $this->database));
} catch (Throwable $th) {
$this->backup_status = 'failed';