Open motobeats opened 7 years ago
mostly correct. what is interesting is the 3 way difference between the original template (A), the new template(B), and the local change(C). most of the time, the new template and original template don't differ. when they do, the delta B-A needs to be generated and applied to C.
https://github.com/Appdynamics/HA-toolkit/blob/9207603eb1efa263d33616720cd70e31081a19ff/UPGRADING#L49
In the procedure, shouldn't the command be this? for i in appdcontroller appdcontroller-db appdynamics-machine-agent ; do diff HA/$i.sysconfig.template HA.save/sysconfig/$i; done