File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ This guide explains how to migrate from V2board version 1.7.4 to Xboard.
2323docker compose down
2424
2525# 2. Clear database
26- docker compose run -it --rm web php artisan db:wipe
26+ docker compose run -it --rm xboard php artisan db:wipe
2727
2828# 3. Import old database (Important)
2929# Please manually import the V2board 1.7.4 database
3030
3131# 4. Execute migration
32- docker compose run -it --rm web php artisan migratefromv2b 1.7.4
32+ docker compose run -it --rm xboard php artisan migratefromv2b 1.7.4
3333```
3434
3535#### aaPanel Environment
@@ -48,4 +48,4 @@ php artisan migratefromv2b 1.7.4
4848### 4. Configuration Migration
4949
5050After completing the data migration, you need to migrate the configuration file:
51- - [ Configuration Migration Guide] ( ./config.md )
51+ - [ Configuration Migration Guide] ( ./config.md )
You can’t perform that action at this time.
0 commit comments