Database restore is not supported.
@else
@foreach ($availableS3Storages as $storage)
@endforeach
Check File
@if ($s3FileSize && !$s3DownloadedFile && !$s3DownloadInProgress)
File found in S3 ({{ formatBytes($s3FileSize ?? 0) }})
Download & Prepare for Restore
@endif
@if ($s3DownloadInProgress)
Downloading from S3... This may take a few minutes for large
backups.
@endif
@if ($s3DownloadedFile && !$s3DownloadInProgress)
File downloaded successfully and ready for restore.
Restore Database from S3
Cancel
@endif
@endif
Database must be running to restore a backup.
@endif
@endif