docs: clarify ImportBackup usage

This commit is contained in:
uprightbass360
2025-11-09 02:55:00 -05:00
parent acf2364294
commit 6f91685319
3 changed files with 16 additions and 7 deletions

View File

@@ -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