Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 咨询帖:PITR 支持恢复部分表么?

[TiDB Usage Environment] Test
[TiDB Version] 6.5.0
[Encountered Problem: Problem Phenomenon and Impact]
- Checking the PITR feature of br, it supports full data recovery.
Question: DoesPITR
support partial table data recovery?
./br restore point --help
restore data from log until specify commit timestamp
Usage:
br restore point [flags]
Flags:
--full-backup-storage string specify the backup full storage. fill it if want restore full backup before restore log.
-h, --help help for point
--restored-ts string the point of restore, used for log restore. support TSO or datetime, e.g. '400036290571534337' or '2018-05-11 01:42:23+0800'
--start-ts string the start timestamp which log restore from. support TSO or datetime, e.g. '400036290571534337' or '2018-05-11 01:42:23+0800'
Global Flags:
--ca string CA certificate path for TLS connection
--cert string Certificate path for TLS connection
--key string Private key path for TLS connection
-u, --pd strings PD address (default [127.0.0.1:2379])
-s, --storage string specify the url where backup storage, eg, "s3://bucket/path/prefix"