milvus-backup
milvus-backup copied to clipboard
Backup and restore tool for Milvus
### What would you like to be added? Add test cases to test the meta info like index and load state ### Why is this needed? The backup tool now...
### Is your feature request related to a problem? Please describe. For now, when some backups or restores fail, we need to clean them manually, so it would be better...
### Is your feature request related to a problem? Please describe. Currently, some encryption keys must be written in plain text in YAML files, which poses a risk of leakage...
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like. _No response_ ### Describe an alternate solution. _No response_ ### Anything...
### Current Behavior ./milvus-backup restore -n my_backup -s _recover [2024/06/27 15:31:50.983 +08:00] [ERROR] [core/backup_impl_restore_backup.go:765] ["fail to bulk insert"] [db=default] [collectionName=hello_milvus1_recover] [partitionName=_default] [files="[restore-temp-restore_2024_06_27_07_31_50_795813446-default-hello_milvus1_recover/file/my_backup/binlogs/delta_log/450748688235646374/450748688235646375/450748688235646383]"] [error="unexpect file type, files=[restore-temp-restore_2024_06_27_07_31_50_795813446-default-hello_milvus1_recover/file/my_backup/binlogs/delta_log/450748688235646374/450748688235646375/450748688235646383]: importing data failed"] [errorVerbose="unexpect...
[Bug]: An error occurred during the backup process for milvus: ["Fail to fill segment backup info"]
### Current Behavior I wrote a script for automatic daily backup of Milvus. The key command is: `./milvus-backup create -n milvus_backup_$TIMESTAMP` I tried it in two environments and encountered the...
### Is your feature request related to a problem? Please describe. #351 mentioned in: #332 #325 ### Describe the solution you'd like. _No response_ ### Describe an alternate solution. _No...
When backup is performed between the two db , the number of collections is 1. When backup is performed between different db , the number of collections is 0. What...
### Current Behavior When I perform backups with Milvus server running with local storage not MinIO/S3, errors of "no such file or directory" were thrown and the backups aborted: ```...