psm dhcs restore

Restores an Oracle Data Hub Cloud Service cluster from a specific backup.

Syntax

In the following syntax, line breaks have been added for clarity. Do not include them when entering the command.

psm dhcs restore -s|--service-name cluster-name
	[-b|--backup-id backup-id]
	[-e|--restore-type restore-type]
	[-t|--restore-id restore-id]
	[-o|--notes string]
	[-of|--output-format short|json|html]
	[-wc|--wait-until-complete true|false]

Parameters

Parameter Description

-s|--service-name cluster-name

Specifies the name of the Oracle Data Hub Cloud Service cluster.

—b|--backup-id

(Optional) Specifies the unique identifier of the backup to restore.

-e|--restore-type

(Optional) The type of recovery you want to perform.

-t|--restore-id

(Optional) The identifier to apply to the restoration.

—o|--notes string

(Optional) Enables the addition of explanatory notes. Notes must be enclosed in quotation marks.

-of|--output-format short|json|html

(Optional) Specifies the output format of the command’s response:

  • short— output is formatted as a brief summary.

  • json— output is formatted as a JSON array.

  • html— output is formatted as HTML

The default output format is the one you specified when using the psm setup command to configure the psm CLI.

–wc|--wait-until-complete true|false

(Optional) If set to true, the command behaves synchronously. That is, it does not return until the submitted job is complete. The following message is displayed until the job is complete:

Waiting for the job to complete... (it cannot be cancelled)

The default value is false.

Examples

The following example restores the backup with id 90ef1906-c4f5-4a5c-8b86-af6dd4c3799e to the cluster1 cluster.

$ psm dhcs restore --service-name cluster1 --backup-id 90ef1906-c4f5-4a5c-8b86-af6dd4c3799e
{
    "operationName":"restore-backup",
    "job_id":"7123525",
    "target_uri":"http://example.com:7777/paas/api/v1.1/instancemgmt/beta/services/DHCS/instances/cluster1/restoredbackups/7123525"
}
Job ID : 7123525

Note:

You can track the progress of this command by using the psm dhcs operation-status command.