backup imports

This commit is contained in:
uprightbass360
2025-11-10 03:00:11 -05:00
parent 68dc21d5ef
commit 66667c1e85
6 changed files with 32 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ Place your database backup files here for automatic import during deployment.
## What Happens
- Individual `.sql`/`.sql.gz` files are copied to `storage/backups/daily/` with a timestamped name
- Full backup directories or archives are staged in `storage/backups/ImportBackup/`
- Full backup directories or archives are staged directly under `storage/backups/` (e.g., `storage/backups/ExportBackup_20241029_120000/`)
- Database import system automatically restores the most recent matching backup
- Original files remain here for reference (archives are left untouched)