Updated on 2024-04-11 GMT+08:00

Restoring a Table to a Point in Time

Scenarios

RDS allows you to restore table data using point-in-time recovery (PITR). This ensures your data integrity and minimizes impact on the original instance performance. You can select a table and restore it to a specified point in time. The most recent full backup file will be downloaded from OBS to a temporary DB instance for restoration. After the restoration is complete, binlogs will be replayed on the temporary instance to the specified point in time. Table data will then be written back to the original DB instance. The average restoration rate is 20 MB/s.

The time required depends on the amount of data to be backed up and restored on the DB instance. Restoring tables will not overwrite data in the DB instance. You can select tables to be restored.

Constraints

  • This function is supported only for RDS for MySQL DB instances.
  • RDS for MySQL table PITR does not support tables with foreign keys.
  • To restore tables to a point in time, the number of tables to be restored must be less than 20,000. If the number of tables to be restored exceeds 20,000, you can restore the instance to a point in time. For details, see Restoring a DB Instance to a Point in Time.
  • During the table PITR, DB instances and read replicas cannot be rebooted or deleted, and their instance specifications cannot be modified.
  • During the table PITR, the database or table information to be restored is read from the latest full backup before the selected time point. You can select any time point within the restoration time range. Therefore, a database or table can be restored to the earliest full backup time point when its information exists.

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 databases to be restored.
    • After the restoration is complete, new tables with timestamps appended as suffixes to original table names 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 dollar signs ($) are allowed.
    • Table 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.