zilliztech / milvus-backup

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

[Feature]: If there are situations where 'RestoreBackup' partially completes the recovery of collections and some fail, there should be a channel to obtain details about the restoration process. #313

Open lentitude2tk opened 3 months ago

lentitude2tk commented 3 months ago

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

During the backup restoration process, there may be instances of recovery failure, such as the creation of a collection with the same name, deletion of a collection during the data recovery process, or limitations due to bulk insert partition numbers after recovery. In these scenarios, there might be partial success in recovering collections. It is desired that information about which collections were successfully restored can be obtained from the recovery error messages. This way, users can selectively address the successful recoveries and proceed to restore the remaining collections based on this result.

Describe the solution you'd like.

According to the query results for the restore, specific error codes and error messages are available. This allows identification of which collections under a particular database were successfully restored and which ones failed.

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response