Skip to content

Commit

Permalink
Merge branch 'v3.x' of https://github.com/metersphere/docs into v3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
2lipan committed Dec 24, 2024
2 parents 91c8a2d + 76fe8d4 commit a807445
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/installation/backup_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,16 @@
use metersphere;
source /var/lib/mysql/metersphere.sql
```


!!! ms-abstract ""
将 minio 目录重命名一下
```
mv /opt/metersphere/data/minio /opt/metersphere/data/minio_backup
```

!!! ms-abstract ""
还原 minio 目录数据,进入 ms_data_backup.tar 所在目录
```
mv ms_data_backup.tar /
tar -xvf ms_data_backup.tar
```
```

0 comments on commit a807445

Please sign in to comment.