Search code examples
umbracoenvironment

How to apply all changes done in umbraco from one environment to another


I'm currently having difficulties in finding a way to do this. We're working with various different environments (DEV/QA..etc) and would like there to be a way to retrieve all changes made in umbraco on one environment and reflect them on a different environment using a different database as well.


Solution

  • Currently the only way to do that "properly" is to use Umbraco Cloud, which supports moving things like changes AND content between different versions of the site.

    For non-cloud users, your only real option is uSync for Umbraco changes (DocTypes etc), and then content you can try uSync Content edition, but your mileage may vary with that one, depending on how complex your site setup is. Note, uSync won't do things like CSS/JS changes or DLL changes, those you'll have to publish yourself.