Updated on 2023-07-06 GMT+08:00

Restoring a Table to a Specified Point in Time

Scenarios

To ensure data integrity and reduce impact on the original instance performance, the system restores the full and incremental data at the selected time point to a temporary DB instance, automatically exports the tables to be restored, and then restores the tables to the original DB instance. The time required depends on the amount of data to be backed up and restored on the DB instance. Please wait. Restoring tables will not overwrite data in the DB instance. You can select tables to be restored.

Prerequisites

After the table is restored, a new table will be generated in the DB instance. Ensure the DB instance has sufficient storage space for the generated table.

Procedure

  1. Log in to the management console.
  2. Click in the upper left corner and select a region and a project.
  3. Click Service List. Under Database, click Relational Database Service. The RDS console is displayed.
  4. On the Instance Management page, click the target DB instance.
  5. Choose Backups & Restorations in the navigation pane on the left. On the Full Backups page, choose More > Restore Table above the backup list. Alternatively, on the Binlog Backups page, click Restore Table above the backup list.
  6. Set the restoration date, time range, time point, and tables to be restored, and click Next: Confirm.

    • To facilitate your operations, you can search for the tables and belonged databases to be restored.
    • After the restoration is complete, new tables with timestamps as suffixes are generated in the DB instance. You can rename the new tables.
    • The new table name must be unique and consist of 1 to 64 characters. Only letters, digits, underscores (_), hyphens (-), and dollars ($) are allowed.
    • The table-level point-in-time restore (PITR) does not support the restoration of databases whose names contain periods (.).

  7. On the displayed page, confirm the information and click Submit.
  8. On the Instance Management page, the DB instance status is Restoring. During the restoration process, services are not interrupted.

    You can also view the progress and result of restoring tables to a specified point in time on the Task Center page.

    After the restoration is successful, you can manage data in the tables as required.