Github user remibergsma commented on the pull request:

    https://github.com/apache/cloudstack/pull/1369#issuecomment-175092697
  
    Tested `4.6.2` to `4.9.0` upgrade and that works as expected.
    
    ```
    2016-01-26 16:00:36,899 DEBUG [c.c.u.d.VersionDaoImpl] (main:null) (logid:) 
Checking to see if the database is at a version before it was the version table 
is created
    2016-01-26 16:00:36,909 INFO  [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) DB version = 4.6.2 Code Version = 4.9.0-SNAPSHOT
    2016-01-26 16:00:36,909 INFO  [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Database upgrade must be performed from 4.6.2 to 4.9.0-SNAPSHOT
    2016-01-26 16:00:36,909 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Running upgrade Upgrade461to470 to upgrade from 4.6.1-4.7.0 to 4.7.0
    2016-01-26 16:00:36,913 DEBUG [c.c.u.s.Script] (main:null) (logid:) Looking 
for db/schema-461to470.sql in the classpath
    2016-01-26 16:00:36,913 DEBUG [c.c.u.s.Script] (main:null) (logid:) System 
resource: null
    2016-01-26 16:00:36,918 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Classpath resource: 
file:/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-461to470.sql
    2016-01-26 16:00:36,918 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Absolute path =  
/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-461to470.sql
    2016-01-26 16:00:36,919 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Licensed to the Apache Software Foundation (ASF) under one
    2016-01-26 16:00:36,919 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- or more contributor license agreements.  See the NOTICE file
    2016-01-26 16:00:36,919 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- distributed with this work for additional information
    2016-01-26 16:00:36,919 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- regarding copyright ownership.  The ASF licenses this file
    2016-01-26 16:00:36,919 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- to you under the Apache License, Version 2.0 (the
    2016-01-26 16:00:36,919 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "License"); you may not use this file except in compliance
    2016-01-26 16:00:36,919 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- with the License.  You may obtain a copy of the License at
    2016-01-26 16:00:36,919 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:36,919 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--   http://www.apache.org/licenses/LICENSE-2.0
    2016-01-26 16:00:36,919 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:36,919 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Unless required by applicable law or agreed to in writing,
    2016-01-26 16:00:36,919 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- software distributed under the License is distributed on an
    2016-01-26 16:00:36,919 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    2016-01-26 16:00:36,920 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- KIND, either express or implied.  See the License for the
    2016-01-26 16:00:36,920 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- specific language governing permissions and limitations
    2016-01-26 16:00:36,920 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- under the License.
    2016-01-26 16:00:36,920 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:36,920 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Schema upgrade from 4.6.1 to 4.7.0;
    2016-01-26 16:00:36,920 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    <<cut>>
    2016-01-26 16:00:37,029 DEBUG [c.c.u.s.Script] (main:null) (logid:) Looking 
for db/schema-470to471.sql in the classpath
    2016-01-26 16:00:37,029 DEBUG [c.c.u.s.Script] (main:null) (logid:) System 
resource: null
    2016-01-26 16:00:37,030 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Classpath resource: 
file:/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-470to471.sql
    2016-01-26 16:00:37,030 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Absolute path =  
/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-470to471.sql
    2016-01-26 16:00:37,030 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Licensed to the Apache Software Foundation (ASF) under one
    2016-01-26 16:00:37,030 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- or more contributor license agreements.  See the NOTICE file
    2016-01-26 16:00:37,030 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- distributed with this work for additional information
    2016-01-26 16:00:37,030 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- regarding copyright ownership.  The ASF licenses this file
    2016-01-26 16:00:37,030 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- to you under the Apache License, Version 2.0 (the
    2016-01-26 16:00:37,030 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "License"); you may not use this file except in compliance
    2016-01-26 16:00:37,030 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- with the License.  You may obtain a copy of the License at
    2016-01-26 16:00:37,030 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,030 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--   http://www.apache.org/licenses/LICENSE-2.0
    2016-01-26 16:00:37,030 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,030 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Unless required by applicable law or agreed to in writing,
    2016-01-26 16:00:37,030 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- software distributed under the License is distributed on an
    2016-01-26 16:00:37,030 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    2016-01-26 16:00:37,031 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- KIND, either express or implied.  See the License for the
    2016-01-26 16:00:37,031 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- specific language governing permissions and limitations
    2016-01-26 16:00:37,031 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- under the License.
    2016-01-26 16:00:37,031 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,031 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Schema upgrade from 4.7.0 to 4.7.1;
    2016-01-26 16:00:37,031 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,031 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
ALTER TABLE cloud.s2s_customer_gateway ADD COLUMN force_encap INT(1) NOT NULL 
DEFAULT 0 AFTER dpd 
    2016-01-26 16:00:37,044 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Running upgrade Upgrade471to480 to upgrade from 4.7.1-4.8.0 to 4.8.0
    2016-01-26 16:00:37,044 DEBUG [c.c.u.s.Script] (main:null) (logid:) Looking 
for db/schema-471to480.sql in the classpath
    2016-01-26 16:00:37,044 DEBUG [c.c.u.s.Script] (main:null) (logid:) System 
resource: null
    2016-01-26 16:00:37,045 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Classpath resource: 
file:/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-471to480.sql
    2016-01-26 16:00:37,045 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Absolute path =  
/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-471to480.sql
    2016-01-26 16:00:37,045 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Licensed to the Apache Software Foundation (ASF) under one
    2016-01-26 16:00:37,045 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- or more contributor license agreements.  See the NOTICE file
    2016-01-26 16:00:37,045 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- distributed with this work for additional information
    2016-01-26 16:00:37,045 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- regarding copyright ownership.  The ASF licenses this file
    2016-01-26 16:00:37,045 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- to you under the Apache License, Version 2.0 (the
    2016-01-26 16:00:37,045 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "License"); you may not use this file except in compliance
    2016-01-26 16:00:37,045 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- with the License.  You may obtain a copy of the License at
    2016-01-26 16:00:37,045 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,045 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--   http://www.apache.org/licenses/LICENSE-2.0
    2016-01-26 16:00:37,045 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,046 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Unless required by applicable law or agreed to in writing,
    2016-01-26 16:00:37,046 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- software distributed under the License is distributed on an
    2016-01-26 16:00:37,046 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    2016-01-26 16:00:37,046 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- KIND, either express or implied.  See the License for the
    2016-01-26 16:00:37,046 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- specific language governing permissions and limitations
    2016-01-26 16:00:37,046 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- under the License.
    2016-01-26 16:00:37,046 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,046 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Schema upgrade from 4.7.1 to 4.8.0;
    2016-01-26 16:00:37,046 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,046 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
ALTER TABLE `cloud`.`nicira_nvp_router_map` DROP INDEX `logicalrouter_uuid`  
    2016-01-26 16:00:37,053 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
ALTER TABLE `cloud`.`volume_host_ref` MODIFY COLUMN `url` varchar(2048) 
    2016-01-26 16:00:37,063 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
ALTER TABLE `cloud`.`object_datastore_ref` MODIFY COLUMN `url` varchar(2048) 
    2016-01-26 16:00:37,072 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
ALTER TABLE `cloud`.`image_store` MODIFY COLUMN `url` varchar(2048) 
    2016-01-26 16:00:37,083 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
ALTER TABLE `cloud`.`template_store_ref` MODIFY COLUMN `url` varchar(2048) 
    2016-01-26 16:00:37,098 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
ALTER TABLE `cloud`.`volume_store_ref` MODIFY COLUMN `url` varchar(2048) 
    2016-01-26 16:00:37,116 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
ALTER TABLE `cloud`.`volume_store_ref` MODIFY COLUMN `download_url` 
varchar(2048) 
    2016-01-26 16:00:37,129 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Running upgrade Upgrade480to481 to upgrade from 4.8.0-4.8.1 to 4.8.1
    2016-01-26 16:00:37,129 DEBUG [c.c.u.s.Script] (main:null) (logid:) Looking 
for db/schema-480to481.sql in the classpath
    2016-01-26 16:00:37,129 DEBUG [c.c.u.s.Script] (main:null) (logid:) System 
resource: null
    2016-01-26 16:00:37,132 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Classpath resource: 
file:/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-480to481.sql
    2016-01-26 16:00:37,132 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Absolute path =  
/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-480to481.sql
    
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Licensed to the Apache Software Foundation (ASF) under one
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- or more contributor license agreements.  See the NOTICE file
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- distributed with this work for additional information
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- regarding copyright ownership.  The ASF licenses this file
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- to you under the Apache License, Version 2.0 (the
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "License"); you may not use this file except in compliance
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- with the License.  You may obtain a copy of the License at
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--   http://www.apache.org/licenses/LICENSE-2.0
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Unless required by applicable law or agreed to in writing,
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- software distributed under the License is distributed on an
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- KIND, either express or implied.  See the License for the
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- specific language governing permissions and limitations
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- under the License.
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Schema upgrade from 4.8.0 to 4.8.1;
    2016-01-26 16:00:37,133 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,136 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Running upgrade Upgrade481to490 to upgrade from 4.8.1-4.9.0 to 4.9.0
    2016-01-26 16:00:37,137 DEBUG [c.c.u.s.Script] (main:null) (logid:) Looking 
for db/schema-481to490.sql in the classpath
    2016-01-26 16:00:37,137 DEBUG [c.c.u.s.Script] (main:null) (logid:) System 
resource: null
    2016-01-26 16:00:37,137 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Classpath resource: 
file:/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-481to490.sql
    2016-01-26 16:00:37,138 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Absolute path =  
/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-481to490.sql
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Licensed to the Apache Software Foundation (ASF) under one
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- or more contributor license agreements.  See the NOTICE file
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- distributed with this work for additional information
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- regarding copyright ownership.  The ASF licenses this file
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- to you under the Apache License, Version 2.0 (the
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "License"); you may not use this file except in compliance
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- with the License.  You may obtain a copy of the License at
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--   http://www.apache.org/licenses/LICENSE-2.0
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Unless required by applicable law or agreed to in writing,
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- software distributed under the License is distributed on an
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- KIND, either express or implied.  See the License for the
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- specific language governing permissions and limitations
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- under the License.
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Schema upgrade from 4.8.1 to 4.9.0;
    2016-01-26 16:00:37,138 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,142 INFO  [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Cleaning upgrades because all management server are now at the same 
version
    2016-01-26 16:00:37,144 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Upgrading to version 4.7.0...
    2016-01-26 16:00:37,144 INFO  [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Cleanup upgrade Upgrade461to470 to upgrade from 4.6.1-4.7.0 to 4.7.0
    2016-01-26 16:00:37,145 DEBUG [c.c.u.s.Script] (main:null) (logid:) Looking 
for db/schema-461to470-cleanup.sql in the classpath
    2016-01-26 16:00:37,145 DEBUG [c.c.u.s.Script] (main:null) (logid:) System 
resource: null
    2016-01-26 16:00:37,145 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Classpath resource: 
file:/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-461to470-cleanup.sql
    2016-01-26 16:00:37,145 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Absolute path =  
/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-461to470-cleanup.sql
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Licensed to the Apache Software Foundation (ASF) under one
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- or more contributor license agreements.  See the NOTICE file
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- distributed with this work for additional information
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- regarding copyright ownership.  The ASF licenses this file
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- to you under the Apache License, Version 2.0 (the
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "License"); you may not use this file except in compliance
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- with the License.  You may obtain a copy of the License at
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--   http://www.apache.org/licenses/LICENSE-2.0
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Unless required by applicable law or agreed to in writing,
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- software distributed under the License is distributed on an
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- KIND, either express or implied.  See the License for the
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- specific language governing permissions and limitations
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- under the License.
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Schema cleanup from 4.6.1 to 4.7.0;
    2016-01-26 16:00:37,146 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,147 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Cleanup script 
/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-461to470-cleanup.sql
 is executed successfully
    2016-01-26 16:00:37,160 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Upgrade completed for version 4.7.0
    
    2016-01-26 16:00:37,166 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Upgrading to version 4.7.1...
    2016-01-26 16:00:37,166 INFO  [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Cleanup upgrade Upgrade470to471 to upgrade from 4.7.0-4.7.1 to 4.7.1
    2016-01-26 16:00:37,167 DEBUG [c.c.u.s.Script] (main:null) (logid:) Looking 
for db/schema-470to471-cleanup.sql in the classpath
    2016-01-26 16:00:37,167 DEBUG [c.c.u.s.Script] (main:null) (logid:) System 
resource: null
    2016-01-26 16:00:37,167 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Classpath resource: 
file:/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-470to471-cleanup.sql
    2016-01-26 16:00:37,167 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Absolute path =  
/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-470to471-cleanup.sql
    2016-01-26 16:00:37,170 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Licensed to the Apache Software Foundation (ASF) under one
    2016-01-26 16:00:37,170 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- or more contributor license agreements.  See the NOTICE file
    2016-01-26 16:00:37,170 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- distributed with this work for additional information
    2016-01-26 16:00:37,170 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- regarding copyright ownership.  The ASF licenses this file
    2016-01-26 16:00:37,170 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- to you under the Apache License, Version 2.0 (the
    2016-01-26 16:00:37,170 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "License"); you may not use this file except in compliance
    2016-01-26 16:00:37,170 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- with the License.  You may obtain a copy of the License at
    2016-01-26 16:00:37,170 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,171 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--   http://www.apache.org/licenses/LICENSE-2.0
    2016-01-26 16:00:37,171 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,171 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Unless required by applicable law or agreed to in writing,
    2016-01-26 16:00:37,171 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- software distributed under the License is distributed on an
    2016-01-26 16:00:37,171 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    2016-01-26 16:00:37,171 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- KIND, either express or implied.  See the License for the
    2016-01-26 16:00:37,171 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- specific language governing permissions and limitations
    2016-01-26 16:00:37,171 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- under the License.
    2016-01-26 16:00:37,171 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,171 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Schema cleanup from 4.7.0 to 4.7.1;
    2016-01-26 16:00:37,171 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,171 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Cleanup script 
/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-470to471-cleanup.sql
 is executed successfully
    2016-01-26 16:00:37,172 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Upgrade completed for version 4.7.1
    2016-01-26 16:00:37,176 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Upgrading to version 4.8.0...
    2016-01-26 16:00:37,176 INFO  [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Cleanup upgrade Upgrade471to480 to upgrade from 4.7.1-4.8.0 to 4.8.0
    2016-01-26 16:00:37,177 DEBUG [c.c.u.s.Script] (main:null) (logid:) Looking 
for db/schema-471to480-cleanup.sql in the classpath
    2016-01-26 16:00:37,177 DEBUG [c.c.u.s.Script] (main:null) (logid:) System 
resource: null
    2016-01-26 16:00:37,177 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Classpath resource: 
file:/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-471to480-cleanup.sql
    2016-01-26 16:00:37,177 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Absolute path =  
/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-471to480-cleanup.sql
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Licensed to the Apache Software Foundation (ASF) under one
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- or more contributor license agreements.  See the NOTICE file
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- distributed with this work for additional information
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- regarding copyright ownership.  The ASF licenses this file
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- to you under the Apache License, Version 2.0 (the
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "License"); you may not use this file except in compliance
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- with the License.  You may obtain a copy of the License at
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--   http://www.apache.org/licenses/LICENSE-2.0
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Unless required by applicable law or agreed to in writing,
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- software distributed under the License is distributed on an
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- KIND, either express or implied.  See the License for the
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- specific language governing permissions and limitations
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- under the License.
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Schema cleanup from 4.7.1 to 4.8.0;
    2016-01-26 16:00:37,178 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,179 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Cleanup script 
/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-471to480-cleanup.sql
 is executed successfully
    2016-01-26 16:00:37,179 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Upgrade completed for version 4.8.0
    2016-01-26 16:00:37,184 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Upgrading to version 4.8.1...
    2016-01-26 16:00:37,184 INFO  [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Cleanup upgrade Upgrade480to481 to upgrade from 4.8.0-4.8.1 to 4.8.1
    2016-01-26 16:00:37,187 DEBUG [c.c.u.s.Script] (main:null) (logid:) Looking 
for db/schema-480to481-cleanup.sql in the classpath
    2016-01-26 16:00:37,187 DEBUG [c.c.u.s.Script] (main:null) (logid:) System 
resource: null
    2016-01-26 16:00:37,188 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Classpath resource: 
file:/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-480to481-cleanup.sql
    2016-01-26 16:00:37,188 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Absolute path =  
/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-480to481-cleanup.sql
    
    2016-01-26 16:00:37,188 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Licensed to the Apache Software Foundation (ASF) under one
    2016-01-26 16:00:37,188 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- or more contributor license agreements.  See the NOTICE file
    2016-01-26 16:00:37,188 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- distributed with this work for additional information
    2016-01-26 16:00:37,188 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- regarding copyright ownership.  The ASF licenses this file
    2016-01-26 16:00:37,188 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- to you under the Apache License, Version 2.0 (the
    2016-01-26 16:00:37,188 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "License"); you may not use this file except in compliance
    2016-01-26 16:00:37,188 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- with the License.  You may obtain a copy of the License at
    2016-01-26 16:00:37,188 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,188 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--   http://www.apache.org/licenses/LICENSE-2.0
    2016-01-26 16:00:37,188 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,188 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Unless required by applicable law or agreed to in writing,
    2016-01-26 16:00:37,188 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- software distributed under the License is distributed on an
    2016-01-26 16:00:37,189 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    2016-01-26 16:00:37,189 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- KIND, either express or implied.  See the License for the
    2016-01-26 16:00:37,189 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- specific language governing permissions and limitations
    2016-01-26 16:00:37,189 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- under the License.
    2016-01-26 16:00:37,189 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,189 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Schema cleanup from 4.8.0 to 4.8.1;
    2016-01-26 16:00:37,189 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,189 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Cleanup script 
/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-480to481-cleanup.sql
 is executed successfully
    2016-01-26 16:00:37,190 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Upgrade completed for version 4.8.1
    2016-01-26 16:00:37,194 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Upgrading to version 4.9.0...
    2016-01-26 16:00:37,194 INFO  [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Cleanup upgrade Upgrade481to490 to upgrade from 4.8.1-4.9.0 to 4.9.0
    2016-01-26 16:00:37,195 DEBUG [c.c.u.s.Script] (main:null) (logid:) Looking 
for db/schema-481to490-cleanup.sql in the classpath
    2016-01-26 16:00:37,195 DEBUG [c.c.u.s.Script] (main:null) (logid:) System 
resource: null
    2016-01-26 16:00:37,195 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Classpath resource: 
file:/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-481to490-cleanup.sql
    2016-01-26 16:00:37,195 DEBUG [c.c.u.s.Script] (main:null) (logid:) 
Absolute path =  
/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-481to490-cleanup.sql
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Licensed to the Apache Software Foundation (ASF) under one
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- or more contributor license agreements.  See the NOTICE file
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- distributed with this work for additional information
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- regarding copyright ownership.  The ASF licenses this file
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- to you under the Apache License, Version 2.0 (the
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "License"); you may not use this file except in compliance
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- with the License.  You may obtain a copy of the License at
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--   http://www.apache.org/licenses/LICENSE-2.0
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Unless required by applicable law or agreed to in writing,
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- software distributed under the License is distributed on an
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- KIND, either express or implied.  See the License for the
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- specific language governing permissions and limitations
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- under the License.
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
-- Schema cleanup from 4.8.1 to 4.9.0;
    2016-01-26 16:00:37,196 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) 
--;
    2016-01-26 16:00:37,197 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Cleanup script 
/data/git/cs2/cloudstack/client/target/utilities/scripts/db/db/schema-481to490-cleanup.sql
 is executed successfully
    2016-01-26 16:00:37,197 DEBUG [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Upgrade completed for version 4.9.0
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to