[Feature]: support data migration
erigo opened this issue · 1 comments
erigo commented
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like.
- Export data to local storage.
- Import data to the new milvus.
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
wayblink commented
@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?