PostgreSQL Table Level Restore Options (General)

Use this dialog box to choose the table restore options:

User Selected Objects for Restore

Displays all the selected tables from the list of database tables of each user in a tree view of a subclient.

Destination

Displays the name of the server to which the selected data will be restored. To change the destination, click one from the list.

Table Import Options

Provides options to configure the table-level restores.

  • Skip Import

    When selected, this option allows you to restore the database tables without importing. You need to specify the staging path where the logs and dump files are to be restored.

  • Staging Path for Logs and Dump files

    Specifies the staging path to store data files for the auxiliary instance and the complete export tables before importing.

  • Browse

    Click to browse and select a staging path for the logs and dump files.

Advanced

Click to select additional restore options.

Save As Script

Click to open the Save As Script dialog box, which allows you to save this operation and the selected options as a script file (in XML format). The script can later be run from the Command Line Interface using qoperation execute command.

When you save an operation as a script, each option in the dialog box has a corresponding XML element in the script file. When you run the script, you can modify the value in any of these XML elements.

For more information on backups performed from the command line, see Command Line Interface for PostgreSQL iDataAgent.

Loading...