My fix involves mysql change, so I have to create schema-410to411.sql. The fix is already in master.
Thanks -min On 6/21/13 9:59 AM, "Alena Prokharchyk" <alena.prokharc...@citrix.com> wrote: >Min is right. We should never change existing upgrade paths as it will >affect users who updated to 4.1.0. >Instead as Min suggesting, we should add a new upgrade path from 4.1.0 to >4.1.1. We should do it even when there are no changes. > >Min, we don't need schema-410to411.sql if there were no mysql changes. All >we need is Upgrade410to411. Can you merge your changes to master branch? > >-alena. > >On 6/21/13 9:39 AM, "Min Chen" <min.c...@citrix.com> wrote: > >>I don't get this. Based on my previous question on the dev list, we >>should >>create a new schema-410to411.sql and Upgrade410to411 to handle any >>upgrade >>from 4.1.0 to 4.1.1, that is how I made the commit in 4.1 for >>CLOUDSTACK-3015 >>(https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=11cf >>c >>0 >>34e0b45cf032c1e9dcfe32021fb73789d5). Why do we need to change existing >>Upgrade40to41 file? >> >>Thanks >>-min >> >>On 6/20/13 6:31 PM, "Hiroaki KAWAI" <ka...@stratosphere.co.jp> wrote: >> >>>I found there is an issue about versioning. >>>When we cut 4.1.1 release, we have to patch like this: >>>----------------------- >>>diff --git a/server/src/com/cloud/upgrade/dao/Upgrade40to41.java >>>b/server/src/com/cloud/upgrade/dao/Upgrade40to41.java >>>index 9e386b9..89f54bc 100644 >>>--- a/server/src/com/cloud/upgrade/dao/Upgrade40to41.java >>>+++ b/server/src/com/cloud/upgrade/dao/Upgrade40to41.java >>>@@ -39,7 +39,7 @@ public class Upgrade40to41 implements DbUpgrade { >>> >>> @Override >>> public String getUpgradedVersion() { >>>- return "4.1.0"; >>>+ return "4.1.1"; >>> } >>> >>> @Override >>>----------------------- >>> >>>(2013/06/06 3:22), Musayev, Ilya wrote: >>>> Hi All, >>>> >>>> Sorry I was a bit disconnected from the community - as my $dayjob kept >>>>me very busy. >>>> >>>> I would like to start of this thread to keep track of bugfixes we need >>>>to back port from 4.1 to 4.1.1 release. >>>> >>>> Please use this thread and reference bug fixes we need to add into >>>>4.1.1, I will be creating a new 4.1.1 branch/tag shortly. >>>> >>>> Regards >>>> ilya >>>> >>> >> >> > >