zilliztech / milvus-backup

Backup and restore tool for Milvus
Apache License 2.0
128 stars 46 forks source link

[Bug]: indexes are loading when we restore data to another Milvus DB #268

Closed venkateshmadalainrscr closed 9 months ago

venkateshmadalainrscr commented 9 months ago

Current Behavior

when we take backup with milvus-backup utility and restore to another Milvus DB. index data is not restoring.

Expected Behaviour

It should restore index data also

Steps To Reproduce

Take backup from Milvus ./milvus-backup create -n backupdata

restore back to another Milvus DB. ./milvus-backup restore -n backupdata