[Bug]: When I restored data, some DBs where missing
anikmondavis opened this issue · 2 comments
anikmondavis commented
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
@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.