chg: [kvrocks migration] mv update/v.50

pull/594/head
Terrtia 2023-06-07 10:33:45 +02:00
parent a22e6f6180
commit 4cd2b6517b
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
2 changed files with 3 additions and 3 deletions

View File

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