@script
@endscript
Import Backup
@if ($unsupported)
Database restore is not supported.
@else
This is a destructive action, existing data will be replaced!
@if (str(data_get($resource, 'status'))->startsWith('running'))
@if ($resource->type() === 'standalone-postgresql')
@if ($dumpAll)
@else
@endif
@elseif ($resource->type() === 'standalone-mysql')
@if ($dumpAll)
@else
@endif
@elseif ($resource->type() === 'standalone-mariadb')
@if ($dumpAll)
@else
@endif
@endif
Backup File
Or
File Information
Location: /
Restore Backup
@else
Database must be running to restore a backup.
@endif
@endif