From 4cd2b6517bc856dac40afc96d3c5badf3c72727a Mon Sep 17 00:00:00 2001 From: Terrtia Date: Wed, 7 Jun 2023 10:33:45 +0200 Subject: [PATCH] chg: [kvrocks migration] mv update/v.50 --- HOWTO.md | 6 +++--- {bin => update/v5.0}/DB_KVROCKS_MIGRATION.py | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename {bin => update/v5.0}/DB_KVROCKS_MIGRATION.py (100%) diff --git a/HOWTO.md b/HOWTO.md index 695da97e..b0539d9d 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -60,8 +60,8 @@ Choose the number of crawlers you want to launch ### Kvrocks Migration --------------------- **Important Note: -We are currently working on a [migration script](https://github.com/ail-project/ail-framework/blob/master/bin/DB_KVROCKS_MIGRATION.py) to facilitate the migration to Kvrocks. -Once this script is ready, AIL version 5.0 will be released.** +We are currently working on a [migration script](https://github.com/ail-project/ail-framework/blob/master/update/v5.0/DB_KVROCKS_MIGRATION.py) to facilitate the migration to Kvrocks. +** Please note that the current version of this migration script only supports migrating the database on the same server. (If you plan to migrate to another server, we will provide additional instructions in this section once the migration script is completed) @@ -77,6 +77,6 @@ To migrate your database to Kvrocks: ```shell git checkout master git pull - cd bin/ + cd update/v5.0 ./DB_KVROCKS_MIGRATION.py ``` diff --git a/bin/DB_KVROCKS_MIGRATION.py b/update/v5.0/DB_KVROCKS_MIGRATION.py similarity index 100% rename from bin/DB_KVROCKS_MIGRATION.py rename to update/v5.0/DB_KVROCKS_MIGRATION.py