Can We Restore a Snapshot After Using CopyFileFromInstance, Instead of Downloading to Local PC?
Summary:
Hi,
We are currently on the process of building-up DR process, we need to automate the cloning of our applications after Daily Maintenance. For Narrative Reporting, we found a document only to restore the snapshot using downloadFile to local computer, then uploading it to the target instance, before we can execute the restoration in the UI. Since our scheduled job will be happening after Daily maintenance (not office hours), we cannot satisfy the requirement of downloading it to local computer, hence we need to use groovy script / scheduled job.
We've successfully copied the snapshot from source instance (pod) to target instance (pod) using CopyFileFromInstance command, is there a way for us to import it using epmAutomate command/ groovy script? Thank you.