Import Backup

This is a destructive action, existing data will be replaced!
@if (str(data_get($resource, 'status'))->startsWith('running')) @if (!$validated)
{{ $validationMsg }}
@else
@if ($resource->type() === 'standalone-postgresql') @elseif ($resource->type() === 'standalone-mysql') @elseif ($resource->type() === 'standalone-mariadb') @endif

Max file size: 256MB

@error('file') {{ $message }} @enderror
Import Backup
@endif @if ($scpInProgress)
Database backup is being copied to server...
@endif
@else
Database must be running to import a backup.
@endif