zilliztech / milvus-backup

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

[Bug]: When I restored data, some DBs where missing #251

Open anikmondavis opened 7 months ago

anikmondavis commented 7 months ago

Current Behavior

When I restored data some DB where missing, one thing is that these DB where empty. But when we restore it should be even an empty db should restored

Expected Behavior

Should restore all DBs

Steps To Reproduce

./milvus-backup restore -n milvus_backup_dev --restore_index true _recover

Environment

No response

Anything else?

is there any method, can specify which folder should restore?

wayblink commented 7 months ago

@anikmondavis Hi, thanks. It is a nice catch. Backup metas are designed to be based on collections because we didn't support database at that time. If a database is empty, it will not be backuped and restored. It is a good suggestion to backup empty database as well. We will work on it.

wayblink commented 7 months ago

/assign @wayblink