Automating LIVE to TEST DB Refresh?

Hi,

Does anyone have experience automating the Backup/Restore method of refreshing your TEST environment from LIVE? If so, could you provide some direction on how you did it? We're on v11.0.0.3 and SQL '08 R2 with separate PROD and TEST SQL servers.

We currently do it manually but our box office wants to increase the frequency of the refresh to weekly so we'd like to automate it as much as possible. Any guidance is appreciated.

Thanks, Michael J

Metropolitan Museum of Art

Parents
  • Hi Michael,

    I am putting the finishing touches on full automation of our test refreshes.

    In a nutshell, I have a script that stops necessary services, a fairly large SQL script that performs the restore of the backed up databases and performs all of the rest of the work that needs to be done. Finally, there is a script to bring the various services back up.

    I'll try to put this together and post in my file area in the near future so you can take a look. I'll post a link here once it is ready.

    Thanks,
    David 

Reply
  • Hi Michael,

    I am putting the finishing touches on full automation of our test refreshes.

    In a nutshell, I have a script that stops necessary services, a fairly large SQL script that performs the restore of the backed up databases and performs all of the rest of the work that needs to be done. Finally, there is a script to bring the various services back up.

    I'll try to put this together and post in my file area in the near future so you can take a look. I'll post a link here once it is ready.

    Thanks,
    David 

Children