zilliztech / milvus-backup

Backup and restore tool for Milvus
Apache License 2.0
111 stars 38 forks source link

[Feature]: support data migration #332

Open erigo opened 1 month ago

erigo commented 1 month ago

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like.

  1. Export data to local storage.
  2. Import data to the new milvus.

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

wayblink commented 1 month ago

@erigo Hi, currently you can export data to local by storage client. I guess you think it is not convenient enough. To support cross storage backup, the backup service has to handle the data IO. This will brings many new points to think and design. It is on our long term roadmap, won't come very soon. Welcome to contribute ~

For "Import data to the new milvus", do you know bulkinsert (https://milvus.io/docs/v2.3.x/bulk_insert.md). Is that what you need?