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

Backup Retention Settings

These settings control how long backups are kept.

  • Setting a value to 0 means unlimited retention.
  • The retention rules work independently and whichever limit is reached first will trigger a cleanup of the older backups.

Local Backup Retention

@if ($backup->save_s3)

S3 Storage Retention

@endif