Skip to content

Commit e26bef6

Browse files
authored
Update docker commands for migration to use xboard
1 parent 97df92d commit e26bef6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/en/migration/v2board-1.7.4.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ This guide explains how to migrate from V2board version 1.7.4 to Xboard.
2323
docker 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

5050
After completing the data migration, you need to migrate the configuration file:
51-
- [Configuration Migration Guide](./config.md)
51+
- [Configuration Migration Guide](./config.md)

0 commit comments

Comments
 (0)