Backup and restore database

Hi all,
I’m trying to create a backup and restore process from the production database to each of my environments. I was planning to create a runbook that could do the backup in one step and then restore each environment from this backup.
If I create one runbook with both backup and restore steps, it will start a backup of production for each environment which I would like to avoid. The backup should only run once and then each environment should restored from the same backup.
How do I accomplice this?

Hi Rune,

Thank you for reaching out to us with your query.

We’d recommend using two runbooks for this - one to perform the backup and one to perform the restore. You would scope each runbook to the appropriate environments. You can find examples on how this could be achieved below:

I hope this is helpful. Please get back to us if you have any questions.

Best Regards,

Charles

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.