milvus-backup icon indicating copy to clipboard operation
milvus-backup copied to clipboard

Backup and restore tool for Milvus

Results 53 milvus-backup issues
Sort by recently updated
recently updated
newest added

### Current Behavior ![bug](https://github.com/zilliztech/milvus-backup/assets/20314873/e666f8f6-df3c-46ae-b0cb-1c4e2dc43fe5) ### Expected Behavior _No response_ ### Steps To Reproduce ```markdown I want to backup milvus data, but milvus_backup always says "fail to flush the collection". btw,...

### 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...

### Current Behavior ```markdown milvus-backup --config ./backup2az_rg-tmw4xrkn.yaml check config:./backup2az_rg-tmw4xrkn.yaml Failed to copy file from milvus storage to backup storage Milvus version: v2.3.3 Storage: milvus-bucket: milvus-bucket milvus-rootpath: file backup-bucket: milvus-bucket-backup backup-rootpath:...

### Is your feature request related to a problem? Please describe. We need a feature for incremental backup, especially in scenarios where the vector data is too large and the...

### Current Behavior **edition** milvus cluster : 2.2.31 milvus-backup: 0.3.3 **Cluster deployment** k8s **describe** The pulsar-bookie-ledgers-milvusdata-pulsar-bookie log was deleted **data** There are 1 million data in the collection to be...

### 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...

### Current Behavior ./milvus-backup --version milvus-backup version 0.4.0 (Built on 2023-09-22T10:22:24Z from Git SHA 1eb59969e3c4038db678e942b723515fb88c6271) milvus 版本:v2.3.0 ### Expected Behavior _No response_ ### Steps To Reproduce ```markdown ./milvus-backup create -n...

### Is your feature request related to a problem? Please describe. see https://github.com/zilliztech/milvus-backup/issues/45 The current backup operation does not have a binlog but will show a warning log, but the...

### What would you like to be added? Add test cases for restoration with different strategiesres ### Why is this needed? Milvus-backup now supports some new strategies for restoration ###...

enhancement

### What would you like to be added? Add negative test cases, for example: * unsupported behavior * Illegal parameters * and so on ### Why is this needed? To...