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 Version: ![image](https://github.com/zilliztech/milvus-backup/assets/18278619/b5e8fedb-1b84-4aa2-98df-8e2f1cdcd053) - 使用Command 时我需要知道备份是否成功,当我执行完指令后使用`$?`获取状态码时他总是 0 - 使用 Servers 时 `/create` 只有在失败时候才会返回`code`,对程序进行异常判断非常不友好; ### Expected Behavior - Command 模式下,状态码真是反应备份的成功与失败,而不是仅仅程序调用的结果 - Servers 所有接口都能正常返回`code`,特别当我使用`/create` 异步备份`async:true` 时,期望和`async:false`保持一致,通过state_code 去判断备份状态即可 ### Steps To...

### Current Behavior When I run milvus-backup command on k8s pod, the target milvus address is wrong. in backup.yaml: milvus: address: milvus port: 19530 authorizationEnabled: false in log: [2023/09/08 07:35:33.943...

Hello Team, I have configured gcp bucket information in configs/backup.yaml as below: ```` minio: storageType: "gcp" # support storage type: local, minio, s3, aws, gcp, ali(aliyun), azure, tc(tencent) address: "storage.googleapis.com"...

### What would you like to be added? Hello, When managing backups via API, if the backup file size is large (e.g., 200GB), the deletion process can take several minutes,...

### Current Behavior On machine A standalone uses Docker. ``` ./milvus-backup create -n my_backup ``` On machine B standalone uses Docker. ``` ./milvus-backup restore -n my_backup ``` Milvus on B...

### Current Behavior I used the milvus-backup (the latest version) to backup the data. When I try to migrate the backuped data into cloud, error occurred. ``` check dir is...

### What would you like to be added? The backup tool currently only backs up collection files from the S3 bucket. Its better to add etcd backup along with collections...

### Current Behavior ``` [2024-03-22T08:25:07.710Z] [2024-03-22 08:25:05 - INFO - ci_test]: src count: [{'count(*)': 2900}], dist count: [{'count(*)': 3000}] (client_base.py:383) ``` ``` [2024-03-22T08:25:07.708Z] [2024-03-22 08:25:06 - INFO - ci_test]: ***********************************...

### 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 My current milvus infrastructure is: eks helm standard deployment with IRSA role I use s3 as the storage endpoint seems like the tool is not able to...