This guide explains how to migrate from V2board Dev version (2023/10/27) to Xboard.
-
v2_order
table:- Added
surplus_order_ids
(text, nullable) - Deduction orders
- Added
-
v2_plan
table:- Removed
daily_unit_price
- Affects period value - Removed
transfer_unit_price
- Affects traffic value
- Removed
-
v2_server_hysteria
table:- Removed
ignore_client_bandwidth
- Affects bandwidth configuration - Removed
obfs_type
- Affects obfuscation type configuration
- Removed
# 1. Stop services
docker compose down
# 2. Clear database
docker compose run -it --rm web php artisan db:wipe
# 3. Import old database (Important)
# Please manually import the V2board Dev database
# 4. Execute migration
docker compose run -it --rm web php artisan migratefromv2b dev231027
# 1. Clear database
php artisan db:wipe
# 2. Import old database (Important)
# Please manually import the V2board Dev database
# 3. Execute migration
php artisan migratefromv2b dev231027
After completing the data migration, you need to migrate the configuration file: