From 5606cdeed03e8b83a10bbec284b25cf677ec9c0d Mon Sep 17 00:00:00 2001 From: uprightbass360 Date: Mon, 17 Nov 2025 02:35:35 -0500 Subject: [PATCH] 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 --- database-import/README.md | 3 +++ deploy.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/database-import/README.md b/database-import/README.md index e7734ad..30e891f 100644 --- a/database-import/README.md +++ b/database-import/README.md @@ -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 diff --git a/deploy.sh b/deploy.sh index f51dd25..923f274 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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"