Following the guides here: Refresh Dev | OttoFMS
I have a question about container data when doing a “dev refresh”.
The goal is to do a deployment from dev to prod, then immediately when finished, refresh the dev data with fresh production data. Since we will be doing this right away, we are using the “simple” Solution 1 from the linked guide, and just replacing the dev files with a copy of the production files.
But… we also have a fair amount of container data that we want to refresh. Let’s assume that 95% or more of the container data does not change between deployments. To clarify: I believe that none of the existing container files will change, but there will be some new container data that we want to make sure we get as part of the refresh.
It won’t hurt anything to replace it all… but it will take a long time to transfer all of that data. We’ve seen issues where using OttoDeploy to transfer container data is extremely slow (read: days to complete).
Is there a way to tell it to only copy “new” container data? In the past, we’ve used CyberDuck’s “Compare” option to copy the container data instead… but it would be nice to do this right in the refresh deployment.
Thanks!