Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pbm/slicer/slicer.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ func (s *Slicer) Catchup(ctx context.Context) error {
err = s.copyReplsetOplog(ctx, rs)
if err != nil {
s.l.Error("copy oplog from %q backup: %v", lastBackup.Name, err)
return nil
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change will produce oplog hole within PITR chunks for the whole duration of the backup procedure.

}
}
s.lastTS = rs.LastWriteTS
Expand Down
Loading