restoreBackup
Copies an available backup snapshot so that it is available for import into the environment.
Use the listBackups command to determine if the backup you want to restore is available. Self-service restoration of a snapshot to the environment saves you processing time. After restoring the snapshot, use the importSnapshot command to import it into the environment.
Note:
Narrative Reporting only: Use this process to import the restored snapshot:- Use the downloadFile command to download the restored snapshot to a local computer.
- Rename the downloaded snapshot to
EPRCS_Backup
. - Use the uploadFile command to load the renamed snapshot
(
EPRCS_Backup
) to the environment. Be sure to specifyto_be_imported
upload location within the command. - In Narrative Reporting,
open the Daily Maintenance card.
- Select Use an Uploaded Backup Snapshot.
- Click Schedule Restore to import the snapshot during the next daily maintenance.
- Click Yes.
Applies to
Planning, Planning Modules, FreeForm, Financial Consolidation and Close, Tax Reporting, Account Reconciliation, Profitability and Cost Management, Enterprise Profitability and Cost Management,Oracle Fusion Cloud Enterprise Data Management, Narrative Reporting, Sales Planning, and Strategic Workforce Planning.Required Roles
- Service Administrator
- Power User and the Migrations - Administer application role (Oracle Enterprise Data Management Cloud and Profitability and Cost Management)
Usage
epmAutomate restoreBackup SNAPSHOT_NAME [targetName=TARGET_SNAPSHOT_NAME]
, where:
SNAPSHOT_NAME
is the name of a backup snapshot available in the environment as listed by the listBackups command.targetName
, optionally, is the name for the backup snapshot, without an extension, in the target environment. If you do not specify this value, the backup snapshot is restored to the target environment using theSNAPSHOT_NAME
, but with a _ (underscore) replacing the / (slash). For example, ifSNAPSHOT_NAME
is2022-05-14T00:08:56/Artifact_Snapshot.zip
thetargetName
will be2022-05-14T00:08:56_Artifact_Snapshot.zip
.
Examples
- Services other than Narrative Reporting:
epmAutomate restoreBackup 2022-05-14T00:08:56/Artifact_Snapshot.zip targetName=example_Artifact_Snapshot
- Narrative Reporting
only:
epmAutomate restoreBackup 2022-02-16T21:00:02/EPRCS_Backup targetName=Example_EPRCS_Backup