Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init file diff for HA upgrade #76

Open
motobeats opened this issue Oct 20, 2017 · 1 comment
Open

init file diff for HA upgrade #76

motobeats opened this issue Oct 20, 2017 · 1 comment

Comments

@motobeats
Copy link

diff HA/$i.sysconfig HA.save/sysconfig/$i

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
Copy link
Collaborator

cmayer68 commented Dec 7, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants