Appdynamics / HA-toolkit

AppDynamics Controller High Availability Toolkit
https://docs.appdynamics.com/display/PRO42/Using+the+High+Availability+(HA)+Toolkit
Apache License 2.0
13 stars 11 forks source link

init file diff for HA upgrade #76

Open motobeats opened 7 years ago

motobeats commented 7 years ago

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

cmayer68 commented 6 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.