title | summary |
---|---|
Overview of TiDB Backup & Restore Architecture |
TiDB supports backup and restore for cluster data using Backup & Restore (BR) and TiDB Operator. Tasks can be created to back up data from TiKV nodes and restore data to TiKV nodes. The architecture includes full data backup and restore, data change log backup, and point-in-time recovery (PITR). For details, refer to specific documents for each feature. |
As described in TiDB Backup & Restore Overview, TiDB supports backing up and restoring multiple types of cluster data. You can use Backup & Restore (BR) and TiDB Operator to access these features, and create tasks to back up data from TiKV nodes or restore data to TiKV nodes.
For details about the architecture of each backup and restore feature, see the following documents:
-
Full data backup and restore
-
Data change log backup
-
Point-in-time recovery (PITR)