Restoring a DB Instance to a Specific Point in Time

Scenarios

You can use an instance-level automated backup to restore a GaussDB instance to a specified point in time.

You can restore data to a new instance.

Precautions

Procedure

  1. Log in to the management console.
  2. Click in the upper left corner and select a region and project.

  3. Click in the upper left corner of the page and choose Databases > GaussDB. The GaussDB console is displayed.

  4. On the Instances page, click the name of the target instance to go to the Basic Information page.
  5. In the navigation pane on the left, choose Backups. On the displayed page, click Restore to Point in Time.

  6. Click OK.

    • Parallel restoration cannot be enabled if the DB engine version is earlier than 1.4.
    • Restoring data to a new DB instance:
      • The original and new DB instances must have the same major version. For example, backup data can only be restored from version 1.4.x to version 1.4.y.
      • The storage space of the new instance is the same as that of the original DB instance by default and the new instance must be at least as large as the original DB instance.
      • The administrator password needs to be reset.
      • By default, the instance specifications of the new DB instance are the same as those of the original DB instance. To change the instance specifications, ensure that the instance specifications of the new DB instance are at least those of the original DB instance.
      • The new DB instance has the same node configurations as the original DB instance.

      Configure the basic information about the new instance and click Next.

  7. View the restoration results.

    • Restoring data to a new DB instance

      A new DB instance is created using the backup data. The status of the DB instance changes from Creating to Available.

      The new DB instance is independent from the original one.