Hey guys. Love the product I’ve told you that before.
Is it possible to be able to use the latest daily backup as your build in place of a just in time build?
In an active iterating UAT process, you often want “fresh-ish” data in there. The migration schedule may be every day and it would be helpful to not have to create a build, just point to the latest file from a specific backup schedule.
I know I can schedule a build but in the interest of server space it would be nice to just say “use latest daily backup”.
There is no functionality to create a build from a backup. You could use a scheduled build in place of a backup (and use the build publishing feature to push it offsite) and you’d be able to use that one for this purpose.
If I wanted to have a daily scheduled production build called ‘dailyProdBuild’ and have a ‘UAT Refresh’ deployment that ran daily, this is how I could do it (?).
BUILD
Create a build called with Build ID = "dailyProdBuild’ that copies the production file.
Schedule that build for a future time.
Find the build schedule in Admin Console and edit it to be a daily schedule.
DEPLOYMENT
Create a UAT Refresh deployment that uses build ID ‘dailyProdBuild’ as the source
Schedule that deployment for a future time.
Find the deployment schedule in Admin Console and edit it to be a daily schedule (an hour after the daily build)