Releases: zilliztech/milvus-backup
Releases · zilliztech/milvus-backup
v0.1.0
Changelog
- 218d328 Add cmd
- 32c2e35 Add example
- 0e2574c Add issue template
- 847b356 Add mergify (#89)
- aa7f3f3 Add milvus go sdk
- b4d92f2 Add milvus storage minio service
- d1d8329 Add milvus version info in backup info and check whether it is a support version when backup/restore
- 117d95f Add needed milvus codes
- 5b2c792 Add perf test
- ccafbfb Add pprof port to backup server
- c155f80 Add release github action workflow (#91)
- bbc00d2 Add swagger UI (#21)
- d6447f3 Add test
- 4ffe5ce Add test case (#17)
- 6cce4b7 Add test cases for empty collection restore
- 9cb0a7b Add test for Helm deployment (#56)
- 300418d Add test github action
- aadf892 Add testcase (#32)
- d0de872 Add testcases and fix bugs
- fff58a9 Async Refactor part 1 (#14)
- aa54cda Change implment method of get segment binlog infos
- a6d4cad Complete backup meta info proto
- 8ccb864 Develop CreateBackup
- f4f2a31 Export Milvus log (#82)
- 0a4f8fd Fix UTs
- 4f9ca68 Fix bulkinsert error handle logic (#81)
- 4e094e5 Fix deployment image tag (#8)
- cac2276 Fix divide by zero error (#42)
- fa43e52 Fully impl load backup
- 979fe0d Impl interfaces
- ca28207 Impl most cli
- e0592d0 Implement CreateBackup 1st edition
- ed14641 Implement backup meta serialize and deserialize
- 8e9a478 Implment LoadBackup interface
- 50a7b1a Import milvus-proto as submodule and remove redundant codes
- 1588bb1 Indicate main steps of backup methods
- 85e526c Merge pull request #1 from EricStarer/storage
- 21984d5 Merge pull request #2 from zhuwenxing/add_test
- 9d4c3e4 Merge pull request #25 from zhuwenxing/add_test
- 682ff8b Merge pull request #3 from wayblink/my
- f146f9b Merge pull request #33 from zhuwenxing/add_issue_template
- 44717b2 Merge pull request #34 from zhuwenxing/update_action
- 9152afd Merge pull request #37 from zhuwenxing/add_perf
- df55c28 Merge pull request #4 from wayblink/my
- d5c5948 Merge pull request #44 from zhuwenxing/empty_restore
- 1f8c991 Merge pull request #49 from zhuwenxing/fix_doc
- c3c9f72 Merge pull request #54 from zilliztech/way-de
- f804a71 Merge pull request #59 from zilliztech/way-dev
- 43fc0dd Merge pull request #62 from wayblink/i-61
- 8c756ff Merge pull request #65 from wayblink/i-61-2
- 4af89a3 Merge pull request #66 from wayblink/i-66
- 9fde423 Merge pull request #68 from wayblink/hot-fix
- ac8731a Merge pull request #75 from wayblink/refine
- 6632d6e Merge pull request #78 from wayblink/update-bulkinsert-timeout
- 05f5243 Merge pull request #84 from wayblink/group-dev
- bcb1c85 Merge pull request #85 from huanghaoyuanhhy/feat_concurrency_copy
- d6b4f6b Merge pull request #88 from wayblink/scalar-index
- 218ba93 Move backup.proto into core directory
- d730724 REST API backbone
- 1f267da Refactor parameter logic
- 0a13534 Refine readme and proto (#22)
- 97631b9 Refine restore method and implement GetRestore interface (#15)
- 828c942 Remove dependency to milvus protos (#12)
- 0fdb3d1 Remove milvus datacoord client usage
- 5af7b92 Remove milvus yaml file dependency
- 8b50d82 Remove sleep
- c074508 Revert "Remove milvus yaml file dependency"
- 2f1f6ee Seperate segments into groups to enable restore large data
- 3ee7917 Support backup index info and load state
- 5eef1d7 Support cli
- 531d846 Support pass bucketName and path in RestoreBackup
- b666489 Support print log to file (#16)
- a5fa980 Support progress (#28)
- 7d75df5 Support read milvus yaml file
- 1ae45a1 Support return simple response (#26)
- e2fdc96 Support store backup into another minio bucket and path (#7)
- c12acb1 Support version subcommand (#52)
- f19645d Test backup across instances (#38)
- 8044ddc Test minio impls
- 1232198 Update Flush and get timeOfSeal from Flush interface
- 44a5512 Update Milvus tag (#80)
- 29d92b9 Update README
- 66ac920 Update README
- 8a0593b Update README
- 119135f Update README
- 7282f87 Update README
- 4014fa0 Update README, add some introduction
- 38d4eed Update README, warn -> ignore
- 05fe91d Update backup proto, prepare to support get create/load backup state (#9)
- bde67f6 Update bulkinsert timeout logic
- 20c4aa3 Update bulkload interface and refine create backup corner case
- 6090d66 Update github action
- 59624be Update minio storage chunk to milvus latest implement to support GCP (#5)
- 7375f67 Update proto
- a2f9b1a Update swagger
- d36494a Update swagger UI (#39)
- 974d4f5 Update test timeout (#70)
- fb6a9ca Use sync map
- 9602c33 User friendly update
- 0ddede0 add distribute clients
- 85a495c add fail backup in ListBackups
- 9a48492 add get backup UTs
- 46cb692 add gitignore and update go.sum
- 967051d clean code
- 65000f8 copy delta and stats log in create backup
- b9c8bd7 core: concurrency copy
- 0d45fa8 first commit
- b4ae8ff fix index get bug and refine get backup response
- 1acf6c7 fix mistake
- 5817441 fix rest api path
- 7c8d789 fix swagger bug.
- 2c99393 fix tests
- 7d05dbc initial proto
- 563b1fb log level to info
- c667fcc milestone: simple test work
- 0f7e87b modify gitignore name correct.
- 4738918 modify mod and sum
- 5d14b9a refactor request and response format and add uuid support (#20)
- 8bebabb refine response (#40)
- 37c2805 remove omitempty for size (#77)
- 02a51db skip backup stats_log
- 3d1f50b small fix
- 332ee2e small refactor (#11)
- 864d4a2 support auth and tls (#10)
- 7c5ce97 support get scalar index
- fec2ea0 update .gitignore and README.md
- eb3ae76 update create cli
- d8cbe1b update flush
- a2ba12d update go.mod
- 12ccdd0 update verify_data
- aca47f5 validate backup name when create