Restoring an Amazon RDS for SQL Server Instance to a Different Amazon RDS for SQL Server Instance

You can restore an Amazon RDS for SQL Server instance to a different Amazon RDS for SQL Server instance (out of place).

When you perform this type of restore, you don't need to edit the instance name or the physical path because the restore goes to the default path. If you edit the database name to perform an out-of-place restore to the same instance, the restore fails because the database file name already exists in the default path.

Procedure

  1. From the navigation pane, go to Protect > Databases.

    The Instances page appears.

  2. In the row for the instance, click the action button action_button, and then click Restore.

    The Backup content dialog box appears.

  3. Select the content to restore, and then click Restore.

    The Restore options dialog box appears.

  4. From the Destination server list, select the SQL server to restore the data to.

  5. From the Destination instance list, select the SQL server instance to restore the data to.

  6. From the Proxy client list, select the access node to use for the restore.

  7. In the Staging path on proxy client box, enter the full path for the location to stage the database to.

  8. To overwrite the files of any other database that is currently using the database that you specify, select the Unconditionally overwrite existing databases or files check box.

  9. To restore a database after dropping all existing connections to the database, select the Drop connections to database check box.

  10. To change the database name, do the following:

    1. Under Data files, select the file.

    2. In the Database name box, enter the new name.

  11. Click Submit.

Loading...