Skip to content

Commit

Permalink
backup: implement backup compactions after incremental backups
Browse files Browse the repository at this point in the history
This commit supports compacting backups after each incremental backup if
the chain has reached a certain threshold.

Epic: none

Release note: None
  • Loading branch information
kev-cao committed Jan 6, 2025
1 parent f3fa4f0 commit 8c7d261
Show file tree
Hide file tree
Showing 5 changed files with 644 additions and 29 deletions.
1 change: 1 addition & 0 deletions pkg/backup/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ go_library(
srcs = [
"alter_backup_planning.go",
"alter_backup_schedule.go",
"backup_compaction.go",
"backup_job.go",
"backup_metrics.go",
"backup_planning.go",
Expand Down
Loading

0 comments on commit 8c7d261

Please sign in to comment.