@extends('upgrade.layout')
@section('title', 'Rollback')
@section('subtitle', 'Restore previous version')
@section('content')
Rollback Upgrade
Rolling back will restore your application to its previous state before the upgrade was attempted.
Backup Information
Backup Name
{{ $backupName }}
What will be restored
- Application files
- Configuration files
- Database
Warning
Rolling back will undo all changes made during the upgrade. Any data created or modified after the backup was made will be lost. This action cannot be undone.
Rolling Back...
Preparing rollback...
0% Complete
Please do not close this window. The rollback process is running.
Rollback Completed Successfully!
Your application has been restored to its previous state.
@endsection
@section('footer')
@endsection
@section('scripts')
@endsection