Restoring Vault from a Backup

Learn how to restore a vault from a backup.

    1. Open the navigation menu , select Identity & Security, and then select Vault.
    2. Under List Scope, select a compartment that you want to work in. The compartment must match the compartment of the reference vault at the time of backup.
    3. On the Vault page, select Restore Vault.
    4. In the Restore Vault page, select a backup source. You can import from an Existing Object Storage Bucket that you have access or a pre-authenticated Object Storage URL. You can also Upload a File from your local machine or a mapped network location.
    5. Do one of the following, depending on what you chose in the previous step:
      • Select a bucket from the drop-down menu. If needed, you can change the compartment to find a bucket in a different compartment. Then, specify the Backup Name. Avoid entering confidential information.
      • Select Object Storage URL, and then provide a pre-authenticated URL. Include the backup name.
      • In Select a file, drag a file or, to browse for a file, select select one.
    6. When you are finished, select Restore Vault.
  • Use the oci kms management vault restore command to restore a vault from Object Storage.

    oci kms management vault restore --compartment-id <compartment_id>

    Use the oci kms management vault restore-from-file command to restore a vault from an encrypted file.

    oci kms management vault restore-from-file --compartment-id <compartment_id> --restore-vault-from-file-location <file_location>
  • Use the RestoreVaultFromFile API or the RestoreVaultFromObjectStore API to restore a vault from a backup.

    For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.