How to update Umbraco and don't rewrite umbracoSettings.config
Hello!
I always update Umbraco with NuGet, but noticed that config/umbracoSettings.config rewrites to unchanged state.
It contains a few important things for my sollution and I afraid users can erase them when will update Umbraco by themselves.
How to update Umbraco and merge my umbracoSettings.config and new umbracoSettings.config?
How to update Umbraco and don't rewrite umbracoSettings.config
Hello!
I always update Umbraco with NuGet, but noticed that
config/umbracoSettings.config
rewrites to unchanged state. It contains a few important things for my sollution and I afraid users can erase them when will update Umbraco by themselves.How to update Umbraco and merge my
umbracoSettings.config
and newumbracoSettings.config
?Hi Dmitriy
Make a backup of config/umbracoSettings.config, rewrite it with new one and then compare files with WinMerge tool - http://winmerge.org/
Thanks,
Alex
Hi, Alex
I counted on more reliable solution =) Unfortunatly, that way would't save that file if user update Umbraco :(
How do others deal with it? I am thinking about EventHandler that would be cheack config files for nodes needed before app launch.
Thank you anyway =)
is working on a reply...