Skip to content

Commit f370bb4

Browse files
authored
Fix service names in v2board migration steps
Updated commands for database wipe and migration in v2board migration guide.
1 parent e26bef6 commit f370bb4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/en/migration/v2board-1.7.3.md

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

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

0 commit comments

Comments
 (0)