How can I preserve existing parameters while upgrading from 4.19 to 4.20, ensuring new parameters are replaced, added, or removed as needed? #10071
-
When upgrading the management and agent servers from version 4.19 to 4.20 on Ubuntu 20.04, the process pauses at one point, presenting four options. 10.190.113.11 Configuration file '/etc/cloudstack/management/server.properties' I chose option "D" and noticed that selecting the default or "keep your currently-installed version" option would exclude many new parameters. Conversely, choosing "Y" would result in the loss of old parameters. How can I preserve the existing parameters while also replacing, adding, or removing new parameters and their values? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
'Z' would be your option @shaerul . this is the ubuntu way. You should be able to use tools like |
Beta Was this translation helpful? Give feedback.
'Z' would be your option @shaerul . this is the ubuntu way. You should be able to use tools like
diff
and the like on the command line to compare and merge new changes in your file, after which you can exit the shell, and keep the "old" version you just created.