zilliztech / milvus-backup

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

[Bug]: Create backup failed with error `indexName=: index not found` #215

Closed zhuwenxing closed 9 months ago

zhuwenxing commented 9 months ago

Current Behavior

[2023-09-27 07:17:48 - INFO - ci_test]: create backup response: {'requestId': 'f64eeeb6-5d05-11ee-961c-0022480877da', 'code': 3, 'msg': 'indexName=: index not found', 'data': {'id': 'f64eeeb6-5d05-11ee-961c-0022480877da', 'state_code': 1, 'start_time': 1695799068367, 'name': 'backup_5CP0jRzq', 'backup_timestamp': 1695799068367, 'size': 0, 'milvus_version': '5c5f9aa0-dev'}}

Expected Behavior

No response

Steps To Reproduce

No response

Environment

No response

Anything else?

It should be caused by the Milvus server API change.