Updated on 2026-06-15 GMT+08:00

Full Restoration Using Backups

Scenarios

RDS allows you to use an automated or manual backup to restore data of the entire instance.

Function Description

Table 1 Function description

Item

Description

Restoration scope

The entire instance

Restoration type

  • Restoration to a new instance
  • Restoration to an existing instance other than the original one

Instance data after restoration

The instance data after restoration is consistent with that in the full backup used for the restoration.

  • Restoring data to a new instance creates an instance with the same data as that in the backup.
  • Restoring data to an existing instance will overwrite the instance data.

Time required

The time required depends on how much data there is in the instance. The average restoration speed is 40 MB/s.

Constraints

  • You can restore to new DB instances from backups only when your account balance is greater than or equal to $0 USD. You will pay for the new instance specifications.
  • RDS for PostgreSQL supports restoration to the original DB instance from backups. To use this function, submit a service ticket.
  • Constraints on restoring data to an existing DB instance (other than the original instance):
    • If the target existing DB instance has been deleted, data cannot be restored to it.
    • Restoring to an existing DB instance will overwrite data on it and cause the existing DB instance to be unavailable.
    • To restore backup data to an existing DB instance, the selected DB instance must be in the same VPC as the original DB instance and must have the same DB engine and DB engine version as the original DB instance. For example, a backup of PostgreSQL 16.5 can be restored only to an existing instance running PostgreSQL 16.5 instead of 16.6.

Procedure

  1. Log in to the RDS console.
  2. Click in the upper left corner and select a region.
  3. On the Backups page, select the backup to be restored and click Restore in the Operation column.

    Alternatively, click the target DB instance on the Instances page. On the displayed page, choose Backups & Restorations. On the displayed page, select the backup to be restored and click Restore in the Operation column.

  4. Select a restoration method and click OK.

    • Create New Instance: Select this option if you want to restore the backup to a new instance.
      Figure 1 Restoring to a new instance

      The Create New Instance page is displayed. Set the required parameters.

      • Keep the new instance's DB engine the same as that of the original instance.
      • When a newly created backup is restored to a new instance, the DB version of the new instance matches that of the original instance at the time the backup was created. However, backups created before May 2026 do not record the instance version. When such a backup is restored to a new instance, the DB version of the new instance will match the version of the current instance.
      • By default, the disk encryption status and key of the new instance are the same as those of the original instance. You can modify them as required.
      • The new instance must have at least the same storage space as the original instance.
      Figure 2 Creating a new instance
    • Restore to Existing: Select this option if you want to restore the backup to an existing instance.
      1. Select "I acknowledge that restoring to an existing DB instance will overwrite data on the instance and will cause the existing DB instance to be unavailable during the restoration. Only DB instances that can be used as target instances for the restoration are displayed here. Eligible instances must have the same DB engine type, version, and at least as much storage as the instance being restored." and click Next.
      2. Confirm the information and click OK.
      3. If you have enabled operation protection, click Send Code in the displayed Identity Verification dialog box and enter the obtained verification code. Then, click OK.
      4. Two-factor authentication improves the security of your account and cloud product. For details about how to enable operation protection, see Identity and Access Management User Guide.

  5. View the restoration result. The result depends on which restoration method was selected:

    • Create New 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 of the original one. If you need read replicas to offload read pressure, create one or more read replicas for the new DB instance.

      A full backup is triggered after the new DB instance is created.

    • Restore to Existing

      On the Instances page, the status of the target DB instance changes from Restoring to Available. If the target DB instance contains read replicas, the read replica status is the same as its status.

      After the restoration is complete, a full backup will be automatically triggered.

Follow-up Operations

After the restoration is successful, you can log in to the DB instance for verification.

Backup data cannot be restored to original RDS for PostgreSQL DB instances. If you need to restore data to your original DB instance, restore backup data to a new DB instance and then migrate the data to the original instance using DRS or change the floating IP address of the new DB instance to that of the original instance.