Or via SSH: php artisan migrate --force
Creates an on-demand snapshot of {{ $stats['database_name'] }}.
@if($stats['size_validation_enabled'] && $stats['previous_size_bytes'] > 0)
Size check enabled
New backup must be larger than {{ $stats['previous_size_human'] }} (from {{ $stats['previous_at_label'] }}).
New backup must be larger than {{ $stats['previous_size_human'] }} (from {{ $stats['previous_at_label'] }}).
First backup has no size baseline. Later backups must grow larger than the previous file.
Backup history
Manual and hourly scheduled snapshots| Created | Type | File | Size | Method | By | Status | Actions |
|---|---|---|---|---|---|---|---|
|
{{ $backup->created_at->format('M j, Y') }}
{{ $backup->created_at->format('g:i A') }}
|
|
{{ $backup->filename }}
@if($backup->notes)
{{ Str::limit($backup->notes, 60) }}
@endif
@if($backup->error_message)
{{ Str::limit($backup->error_message, 100) }}
@endif
|
{{ $backup->humanSize() }} | {{ $backup->method }} | {{ $backup->creator?->name ?? 'Scheduler' }} |
|
|
|
|
|||||||