milvus backup fail #44187
Replies: 3 comments 3 replies
-
|
@yhmo @huanghaoyuanhhy |
Beta Was this translation helpful? Give feedback.
-
|
milvus-backup firstly fetches metadata(the metadata contains the storage paths of the binlog files and collection schema) of a collection from the etcd server, and then copies the binlog files into another path on minio/s3. There is a time gap between the first step and the second step. If the collection has data continually inserted, there will be segments created and deleted, the metadata is frequently changed, and GC process might delete some binlog files occasionally. milvus-backup might report this error if a binlog is deleted by GC while the previous metadata still contains the path of this binog. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, can you please share the process to take backup and restore of Milvus standalone version 2.4.X Thank you ! Regards |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I run a scheduled backup once a day, but the backup fails with the following error log.
Would increasing the
backup.gcPause.secondsfield in thebackup.yamlfile possibly resolve this issue?Beta Was this translation helpful? Give feedback.
All reactions