Restores for Microsoft Azure Database for PostgreSQL

You can browse and restore backed up data of the following:

  • Microsoft Azure Database for PostgreSQL databases

  • Microsoft Azure Database for PostgreSQL tables

Before You Begin

  • To restore from a parallel DumpBased backup,do the following:

  • To back up roles in the database, enable backups for global objects in the PostgreSQL database. The pg_dump utility that is used to perform DumpBased backup operation does not back up roles by default. If you did not have the global objects backed up already, to restore the data with the database user defined in the destination instance properties as the owner, create the additional settings bPGRestoreNoACL and bPGRestoreNoOwner before initiating the restore job.

  • Before initiating the out-of-place restores, create the destination instance and start the destination server.

  • Use additional setting bRestoreRolesFromGlobalFile to override the restore setting and create roles as specified in the global objects dump file.

  • You must only create roles that do not exist.

Procedure

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

    The database Overview page appears.

  2. Go to the Instances tab.

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

    Alternatively, click the instance you want to restore, and then in the Recovery points, click Restore.

    The Backup content page appears.

    Note

    Ensure that you have performed a successful backup on the selected date.

  4. From the Database view list, you can select the following two views:

    • Database view

    • Table view

    Note

    From the View selections tab, you can view your restore selections.

  5. Click Restore.

    The Restore options dialog box appears.

  6. You can perform the following two types of restores:

  7. Click Submit.

Page contents

×

Loading...