mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-02-02 18:33:49 +00:00
docs: update references to new import/ directory
- Updated deploy.sh to reference both import/db and database-import - Added backward compatibility note to database-import/README.md - Maintains full backward compatibility with existing workflows
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# Database Import
|
# Database Import
|
||||||
|
|
||||||
|
> **📌 Note:** This directory is maintained for backward compatibility.
|
||||||
|
> **New location:** `import/db/` - See [import/README.md](../import/README.md) for the new unified import system.
|
||||||
|
|
||||||
Place your database backup files here for automatic import during deployment.
|
Place your database backup files here for automatic import during deployment.
|
||||||
|
|
||||||
## Supported Imports
|
## Supported Imports
|
||||||
|
|||||||
@@ -838,7 +838,7 @@ main(){
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
show_step 3 5 "Importing user database files"
|
show_step 3 5 "Importing user database files"
|
||||||
info "Checking for database files in ./database-import/"
|
info "Checking for database files in ./import/db/ and ./database-import/"
|
||||||
bash "$ROOT_DIR/scripts/bash/import-database-files.sh"
|
bash "$ROOT_DIR/scripts/bash/import-database-files.sh"
|
||||||
|
|
||||||
show_step 4 6 "Bringing your realm online"
|
show_step 4 6 "Bringing your realm online"
|
||||||
|
|||||||
Reference in New Issue
Block a user