zilliztech / milvus-backup

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

[Bug]: Does backup tool support cross storage **restore**? #415

Closed caozhuozi closed 1 week ago

caozhuozi commented 4 weeks ago

Current Behavior

We are strugging to use restore to replay the data to a new milvus cluster. The two clusters are independent and do not share data storage backend/service.

we noticed the recent PR adding crossStorage support but not sure if it is only a partial support, with restore ignored?

Expected Behavior

No response

Steps To Reproduce

No response

Environment

No response

Anything else?

No response

wayblink commented 4 weeks ago

@caozhuozi restore is also supported. Please refer to https://github.com/zilliztech/milvus-backup/blob/main/docs/user_guide/cross_storage.md for usage