Make master 4.7.0-SNAPSHOT and implement upgrade paths towards it - #1068
Conversation
|
This is an upgrade from Database: Will try an upgrade from |
|
This is an Database: |
a0c32a6 to
704cbe0
Compare
|
LGTM Tested on a 4.6.1 to 4.70 with success 2015-11-15 22:00:04,726 DEBUG c.c.u.DatabaseUpgradeChecker Cleanup script /usr/share/cloudstack-management/setup/db/schema-461to470-cleanup.sql is executed successfully |
|
compiled and started with no errors. tests are running but irrelevant for this PR: LGTM |
|
4.6 has 4.6 to 4.6.1 upgrade path once 4.6 is merged to master, wont there be a problem with upgrade path on master? May be we should do a manual edit of the upgrade paths during the first merge of 4.6 to master? |
|
remi mentioned on slack that master already has 461to470. so, the merge wont be a problem. successfully upgraded from 4.6.0 to 4.7.0. 👍 |
Make master 4.7.0-SNAPSHOT and implement upgrade paths towards itThis bumps all pom.xml versions to 4.7.0-SNAPSHOT. It also implements upgrade paths from 4.6.0 and the upcoming 4.6.1 (branch 4.6 is now on 4.6.1-SNAPSHOT) towards 4.7.0. I will be doing some upgrade tests, will post back results soon. * pr/1068: Add 4.7.0-SNAPSHOT to Debian changelog implement upgrade paths from 4.6.0/4.6.1 to 4.7.0 Updating pom.xml version numbers for release 4.7.0-SNAPSHOT Signed-off-by: Remi Bergsma <[email protected]>
This bumps all pom.xml versions to 4.7.0-SNAPSHOT. It also implements upgrade paths from 4.6.0 and the upcoming 4.6.1 (branch 4.6 is now on 4.6.1-SNAPSHOT) towards 4.7.0.
I will be doing some upgrade tests, will post back results soon.