mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 00:58:34 +00:00
docs: clarify ImportBackup usage
This commit is contained in:
@@ -105,10 +105,12 @@ ExportBackup_YYYYMMDD_HHMMSS/ # Created by scripts/bash/backup-export.sh
|
||||
├── acore_characters.sql.gz # Character data
|
||||
└── manifest.json
|
||||
|
||||
ImportBackup/ # Used by scripts/bash/backup-import.sh
|
||||
ImportBackup/ # Optional staging area (use with --backup-dir)
|
||||
├── acore_auth.sql[.gz] # Required: accounts
|
||||
├── acore_characters.sql[.gz] # Required: characters
|
||||
└── acore_world.sql[.gz] # Optional: world data
|
||||
|
||||
Place extracted dumps from any `ExportBackup_*` archive into this directory (or any other directory you prefer) and pass it to `scripts/bash/backup-import.sh --backup-dir <path>` when performing a manual restore.
|
||||
```
|
||||
|
||||
---
|
||||
@@ -124,4 +126,4 @@ ImportBackup/ # Used by scripts/bash/backup-import.sh
|
||||
For additional support:
|
||||
1. Check the [AzerothCore Wiki](https://www.azerothcore.org/wiki/home)
|
||||
2. Visit the [AzerothCore Discord](https://discord.gg/gkt4y2x)
|
||||
3. Review [GitHub Issues](https://github.com/azerothcore/azerothcore-wotlk/issues) for known problems
|
||||
3. Review [GitHub Issues](https://github.com/azerothcore/azerothcore-wotlk/issues) for known problems
|
||||
|
||||
Reference in New Issue
Block a user