Skip to content

Commit 202eae8

Browse files
am-abuduRiskey
andauthored
fix(translation): Include command for removing orphaned files for Chinese (#656)
* fix(translation): Include command for removing orphaned files for Chinese Add command to remove orphaned files from OpenDAL storage for Chinese. * Fix malformed code fence syntax * adjust indent --------- Co-authored-by: Riskey <riskey47@dify.ai>
1 parent 6ecbc41 commit 202eae8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

zh/self-host/troubleshooting/storage-and-migration.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ title: 存储与迁移
9393
```
9494

9595
2. **从存储中删除孤立文件**
96-
```bashd-files-on-storage
96+
```bash
97+
docker exec -it docker-api-1 flask remove-orphaned-files-on-storage
9798
# 使用 -f 标志跳过确认
9899
```
99100

0 commit comments

Comments
 (0)