Xboard/docs/v2b_wyx2685迁移指南.md
2023-11-19 15:18:32 +08:00

29 lines
886 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## V2borad wyx2685版本迁移指南
> 此迁移指南写于 2023/11/17 其他时间的版本可能会迁移失败
- wyx2685 添加了设备限制的功能,如果你迁移过来你会失去这个功能
- 你会失去wyx2685佬添加的 trojan的 **(我也不知道) 功能
- 你的hysteria2 线路需要重新配置
### 迁移脚本会对你的数据库做以下更改
- v2_plan
- 删除字段 `device_limit` nullable
- v2_server_hysteria
- 删除字段 `version`
- 删除字段 `obfs`
- 删除字段 `obfs_password`
- v2_server_trojan
- 删除字段 `network`
- 删除字段 `network_settings`
- v2_user
- 删除字段 `device_limit`
### 迁移命令
```
php artisan migratefromv2b wyx2685
```
>如果你是docker-compose 部署
```
docker compose down
docker compose run -it --rm xboard php artisan migratefromv2b wyx2685
docker compose up -d
```