engine/schema: add empty DB upgrade path from 4.14.0.0 to 4.15.0.0#4092
engine/schema: add empty DB upgrade path from 4.14.0.0 to 4.15.0.0#4092yadvr merged 4 commits intoapache:masterfrom
Conversation
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
|
Packaging result: ✔centos7 ✔debian. JID-1235 |
DaanHoogland
left a comment
There was a problem hiding this comment.
looks good, we have a rat issue due to other code that we need to fix for the checks to function again.
| } | ||
|
|
||
| @SuppressWarnings("serial") | ||
| private void updateSystemVmTemplates(final Connection conn) { |
There was a problem hiding this comment.
@shwstppr can you remove any similar check in the previous upgrade path 4.13->4.14 for example? We don't want multiple instances of systemvm migration code in older upgrade paths.
There was a problem hiding this comment.
@rhtyd removed the systemvm code from 41310to41400. Please confirm if it is fine now
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✔debian. JID-1242 |
|
@blueorangutan test matrix |
|
@DaanHoogland a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware67, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
|
Trillian test result (tid-1569)
|
|
I am having second thoughts about this one @rhtyd @shwstppr ! we shouldn't have to install the 4.14 templates when upgrade from 4.14, should we? these should already be in place. |
|
@DaanHoogland you're right I actually wanted that to be moved to 4.14-4.15 upgrade path so I can fix it in here - https://github.com/apache/cloudstack/pull/4104/files We'll have a new systemvmtemplate for 4.15 (Debian 10 based). It won't be problem if we merge #4104 |
|
ok, @rhtyd that means we must give that one high priority as no update (addmittedly of dev envs only) will work |
Description
Empty DB upgrade path from 4.14.0.0 to 4.15.0.0
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?