I realized I wanted to do a deployment to get live data back dev or actually to another test server.
Would be nice to just use last nights backup as a build source to be able to use that vs having to make a new build, as the data is new enough.
I realized I wanted to do a deployment to get live data back dev or actually to another test server.
Would be nice to just use last nights backup as a build source to be able to use that vs having to make a new build, as the data is new enough.
We are looking at something like for the future.
Todd
In addition to offsite backup I realized I have a 10am and 2pm backup on the main server, what if we could selectively target one of these backups and use that as a build, all Otto would have to do is zip the directory, if you were replacing files on the target.
see above response.
Todd
I’d like to follow up on this feature request from last year. This feature is of great interest to me as I have several use cases where deployments would be significantly optimized by its implementation. Not having to create a new backup for large systems (and select an existing local backup) to refresh a staging or dev environment would be huge.
Could you please provide an update on the status of this request? I would greatly appreciate any information you can share.
Thank you!
Hey @dube ,
We haven’t started this request yet. I can see how it would be highly useful for grabbing copies from a production environment.
-Kyle
I will call out here that if you are using offsite backups you can do something similar. Let me lay out a scenario as an example:
Let’s say I have 3 servers: Dev, Staging, Prod. On my Prod server I have nightly backups that push to an Ottomatic Storage Location (or other S3 compatible storage) using Offsite Backups. I want to run a deployment that will get a recent copy of my files on the Prod server and deploy them to the Staging server.
You could do this one of three ways:
I would probably go with option 3 if you find yourself needing a recent copy of your production files relatively often. You can essentially keep a nightly build offsite to use wherever you like. @dube @OceanWest Does that fit your use case?
-Kyle