2026-05-28 17:30:12 +00:00
|
|
|
<div>
|
2024-01-10 14:42:54 +00:00
|
|
|
<h2>Import Backup</h2>
|
2024-04-11 11:20:46 +00:00
|
|
|
@if ($unsupported)
|
|
|
|
|
<div>Database restore is not supported.</div>
|
2026-05-28 17:30:12 +00:00
|
|
|
@elseif (str($resourceStatus)->startsWith('running'))
|
|
|
|
|
<livewire:project.database.import-form wire:key="database-import-form-{{ $resourceUuid }}" />
|
2024-04-11 11:20:46 +00:00
|
|
|
@else
|
2026-05-28 17:30:12 +00:00
|
|
|
<div>Database must be running to restore a backup.</div>
|
2024-01-10 14:42:54 +00:00
|
|
|
@endif
|
2026-05-28 17:30:12 +00:00
|
|
|
</div>
|