-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Successfully created the backup but failing in restore mid way ( v2.4.4 ) #476
Comments
Thank you for your report! Could you please clarify how you performed the copy operation? It would be helpful to know the method you used. In the meantime, we recommend verifying the number of files in both the source and destination S3 buckets to ensure they match. You could also try the copying process again to ensure all files are correctly transferred. If the issue persists, please let us know, and we'll be happy to assist you further. |
Thanks @huanghaoyuanhhy for your response.
I used aws sync for copying the data.I verified the number of objects and size of backups. Its same. |
I've tried running the backup again and did a S3 copy again but still gets the same error while running restore :
` |
Since you've already verified the file count and size with aws sync, it seems file loss during the copy process is unlikely. However, the issue might be with the source Milvus bucket. Could you double-check the files in the |
Thanks @huanghaoyuanhhy ! I have checked on a random collection_id/partition_id and found the counts are different for few folders in source bucket. However source milvus dashboard still showing the records for that particular partition.
|
@tarunpantqb Thanks for checking! Could you please open an issue in the Milvus repository? When creating the issue, provide detailed information about your environment, the version of Milvus you are using, and whether there were any upgrades during the process. Additionally, please include a link to this issue in your report so that the Milvus team can see the context. |
Current Behavior
I've taken the backup from milvus running in AWS account S3 bucket and copied the backup data into another s3 bucket of different aws account. Now, while running the restore process for second milvus instance, I get below error :
This comes midway of restore job run, it fails after restoring certain records.
I'm using V2.4.4 for both source and target milvus instances.
The text was updated successfully, but these errors were encountered: