2025-08-20 05:04:59 +03:30
2025-08-20 05:04:59 +03:30
2025-08-20 05:04:59 +03:30
2025-08-20 05:04:59 +03:30
2025-08-20 05:04:59 +03:30
2025-08-20 05:04:59 +03:30

check

./milvus-backup check

Create a Backup

./milvus-backup create -n my_backup

Restore the Backup

./milvus-backup restore -n my_backup -s _recover

Note: if you want to restore index as well, add --restore_index, like this:

./milvus-backup restore --restore_index -n my_backup -s _recover

run fastapi:

./milvus-backup server -p 3071 http://78.38.161.78:3071/api/v1/docs/index.html

Description
No description provided
Readme 38 KiB
Languages
Python 100%