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:
uprightbass360
2025-11-17 02:35:35 -05:00
parent 2aadbcc2a1
commit 5606cdeed0
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# 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.
## Supported Imports

View File

@@ -838,7 +838,7 @@ main(){
fi
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"
show_step 4 6 "Bringing your realm online"