Skip to content
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

backup: use multipartUpload to transfer large backup files #5564

Merged
merged 6 commits into from
Jan 17, 2025
Merged

Conversation

zhijian-pro
Copy link
Contributor

@zhijian-pro zhijian-pro commented Jan 16, 2025

close #5468

Copy link

codecov bot commented Jan 16, 2025

Codecov Report

Attention: Patch coverage is 41.93548% with 18 lines in your changes missing coverage. Please review.

Project coverage is 32.97%. Comparing base (5714660) to head (767debe).
Report is 17 commits behind head on main.

Files with missing lines Patch % Lines
pkg/vfs/backup.go 57.14% 6 Missing and 3 partials ⚠️
pkg/sync/sync.go 16.66% 5 Missing ⚠️
pkg/meta/sql.go 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #5564       +/-   ##
===========================================
- Coverage   50.57%   32.97%   -17.61%     
===========================================
  Files         166      131       -35     
  Lines       48152    38843     -9309     
===========================================
- Hits        24353    12807    -11546     
- Misses      21076    24769     +3693     
+ Partials     2723     1267     -1456     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zhijian-pro zhijian-pro marked this pull request as ready for review January 17, 2025 03:54
@davies davies merged commit 4048b50 into main Jan 17, 2025
18 checks passed
@davies davies deleted the backup-sync branch January 17, 2025 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Meta backup might upload a file that exceeds the size limit of the backend storage
2 participants