pingcap / pingcap/tidb

PITR multi-time-segment-restore support

Open
#64,391 0 comments 0 reactions 0 assignees View on GitHub
component/br type/enhancement
Dominant language
Go
Stars
40.5k
Forks
6.2k
PR merge metrics
PR metrics pending

Description

## Enhancement
The issue records the PRs to support PITR multi-time-segment-restore feature. The feature allows users to restore log backup data over consecutive time periods. The following is a demonstration of the features:
```shell
# the first part of PITR restore, which requires specifying the path to the full backup
./br restore point -u -s --full-backup-storage --restored-ts

# the middle part of PITR restore, which requires specifying the start timestamp from the previous restore's restored timestamp.
./br restore point -u -s --start-ts --restored-ts

# the last part of PITR restore, which requires specifying the start timestamp from the previous restore's restored timestamp.
./br restore point -u -s --start-ts --restored-ts
```

Here are PR lists:
- [ ] TODO

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.