Skip to content

Commit

Permalink
Merge pull request #2964 from liyun95/v2.5.x
Browse files Browse the repository at this point in the history
fix doc bugs in milvus-backup
  • Loading branch information
liyun95 authored Jan 6, 2025
2 parents 8766250 + 43f3c95 commit cc01a0a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions site/en/userGuide/tools/milvus-backup/milvus_backup_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ Then create a folder alongside the downloaded or built Milvus Backup binary, nam
Your folder structure should be similar to the following:

<pre>
workspace
├── milvus-backup
└── configs
└── backup.yaml
<code>
workspace
├── milvus-backup
└── configs
└── backup.yaml
</code>
</pre>

Because Milvus Backup cannot back up your data to a local path, ensure that Minio settings are correct when tailoring the configuration file.
Expand Down
10 changes: 6 additions & 4 deletions site/en/userGuide/tools/milvus-backup/milvus_backup_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ Then create a folder alongside the downloaded or built Milvus Backup binary, nam
Your folder structure should be similar to the following:

<pre>
workspace
├── milvus-backup
└── configs
└── backup.yaml
<code>
workspace
├── milvus-backup
└── configs
└── backup.yaml
</code>
</pre>

Because Milvus Backup cannot back up your data to a local path, ensure that Minio settings are correct when tailoring the configuration file.
Expand Down

0 comments on commit cc01a0a

Please sign in to comment.