mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 00:58:34 +00:00
backup imports
This commit is contained in:
@@ -127,13 +127,13 @@ ExportBackup_YYYYMMDD_HHMMSS/
|
||||
Restores user accounts and characters from backup while preserving world data.
|
||||
|
||||
```bash
|
||||
./scripts/bash/backup-import.sh --backup-dir storage/backups/ImportBackup --password azerothcore123
|
||||
./scripts/bash/backup-import.sh --backup-dir storage/backups/ExportBackup_20241029_120000 --password azerothcore123
|
||||
|
||||
# Restore directly from an ExportBackup archive you just unpacked
|
||||
./scripts/bash/backup-import.sh --backup-dir ExportBackup_20241029_120000 --password azerothcore123 --all
|
||||
```
|
||||
|
||||
> The importer always requires `--backup-dir`. A common workflow is to extract an `ExportBackup_*` archive into `storage/backups/ImportBackup/` and pass that directory to the script, but you can point to any folder that contains the SQL dumps.
|
||||
> The importer always requires `--backup-dir`. A common workflow is to extract an `ExportBackup_*` archive into `storage/backups/` (so automated jobs can see it) and pass that directory to the script, but you can point to any folder that contains the SQL dumps.
|
||||
|
||||
**Required Files:**
|
||||
- `acore_auth.sql[.gz]` - User accounts (required)
|
||||
|
||||
Reference in New Issue
Block a user