Scheduled Backup

Save @if (str($status)->startsWith('running')) @endif @if ($backup->database_id !== 0) @endif
@if ($backup->save_s3)
@foreach ($s3s as $s3) @endforeach
@endif

Settings

@if ($backup->database_type === 'App\Models\StandalonePostgresql' && $backup->database_id !== 0)
@if (!$backup->dump_all) @endif @elseif($backup->database_type === 'App\Models\StandaloneMongodb') @elseif($backup->database_type === 'App\Models\StandaloneMysql')
@if (!$backup->dump_all) @endif @elseif($backup->database_type === 'App\Models\StandaloneMariadb')
@if (!$backup->dump_all) @endif @endif