You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
HA-toolkit/UPGRADING
Line 49 in 9207603
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
The text was updated successfully, but these errors were encountered: