Hello everyone!
I'm relatively new to Umbraco from Sitecore background, and all our clients are pretty new transition to Umbraco as well. One challenge I have is to package updated content/ doc type/ settings from Dev server to Prod server, both are on premise. We currently is using uSync to
1. Request a time for content freeze on PROD
1. uSync all content and settings on Prod
2. uSync all content and settings on DEV
3. Manually compare the changes between 2 env, then get a merged uSync file that has latest PROD content, as well as updated doc types, content items, etc
4. uSync it back to PROD along with code change for update
The process includes content freeze, and lot of manual work, time involved to merge content files and update through uSync. Is there an easier way to update items on Prod with packaging?
Like to package up the content, doc type, setting items need to be updated on prod, all in one package, and just install on PROD?
I noticed there is a create package feature, but I cannot install the package on PROD environment.
Thank you in advance if anyone have a good solution for Production release to minimize downtime and not need to content freeze/ merge all the contents every release