Create and download full snapshots of the {{ config('database.connections.mysql.database') }} database.
@if(session('success'))
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
{{-- Sensitive-data notice --}}
Backups contain all guest data, payments, and staff logins. Store downloaded files securely and delete old copies you no longer need. They are kept in storage/app/backups (never web-accessible).
Restore overwrites the live database with a saved snapshot. A fresh safety backup is taken automatically first, and you'll be signed out to log in again. You can also restore a downloaded file manually with mysql -u root pvh_pms < backup.sql.
{{-- Type-to-confirm restore modal --}}
Restore this backup?
This replaces the entire live database with . Any data created since that snapshot will be lost.
A safety backup of the current database is taken automatically first, so this can be undone. You'll be signed out and asked to log in again afterward.