File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ This guide explains how to migrate from V2board version 1.7.3 to Xboard.
3535docker compose down
3636
3737# 2. Clear database
38- docker compose run -it --rm web php artisan db:wipe
38+ docker compose run -it --rm xboard php artisan db:wipe
3939
4040# 3. Import old database (Important)
4141# Please manually import the V2board 1.7.3 database
4242
4343# 4. Execute migration
44- docker compose run -it --rm web php artisan migratefromv2b 1.7.3
44+ docker compose run -it --rm xboard php artisan migratefromv2b 1.7.3
4545```
4646
4747#### aaPanel Environment
@@ -60,4 +60,4 @@ php artisan migratefromv2b 1.7.3
6060### 4. Configuration Migration
6161
6262After completing the data migration, you need to migrate the configuration file:
63- - [ Configuration Migration Guide] ( ./config.md )
63+ - [ Configuration Migration Guide] ( ./config.md )
You can’t perform that action at this time.
0 commit comments