Github user remibergsma commented on the pull request:
https://github.com/apache/cloudstack/pull/1068#issuecomment-156845271
This is an `4.6.0` to `4.7.0` upgrade:
```
INFO [c.c.u.DatabaseUpgradeChecker] (main:null) DB version = 4.6.0 Code
Version = 4.7.0-SNAPSHOT
INFO [c.c.u.DatabaseUpgradeChecker] (main:null) Database upgrade must be
performed from 4.6.0 to 4.7.0-SNAPSHOT
INFO [c.c.u.DatabaseUpgradeChecker] (main:null) Cleaning upgrades because
all management server are now at the same version
INFO [c.c.u.DatabaseUpgradeChecker] (main:null) Cleanup upgrade
Upgrade460to470 to upgrade from 4.6.0-4.7.0 to 4.7.0
```
Database:
```
MariaDB [cloud]> select * from version;
+----+---------+---------------------+----------+
| id | version | updated | step |
+----+---------+---------------------+----------+
| 1 | 4.0.0 | 2015-11-10 15:51:18 | Complete |
| 2 | 4.1.0 | 2015-11-10 15:51:28 | Complete |
| 3 | 4.2.0 | 2015-11-10 15:51:28 | Complete |
| 4 | 4.2.1 | 2015-11-10 15:51:28 | Complete |
| 5 | 4.3.0 | 2015-11-10 15:51:28 | Complete |
| 6 | 4.4.0 | 2015-11-10 15:51:28 | Complete |
| 7 | 4.4.1 | 2015-11-10 15:51:28 | Complete |
| 8 | 4.4.2 | 2015-11-10 15:51:28 | Complete |
| 9 | 4.5.0 | 2015-11-10 15:51:28 | Complete |
| 10 | 4.5.1 | 2015-11-10 15:51:28 | Complete |
| 11 | 4.5.2 | 2015-11-10 15:51:28 | Complete |
| 12 | 4.6.0 | 2015-11-10 15:51:28 | Complete |
| 13 | 4.7.0 | 2015-11-15 19:20:03 | Complete |
+----+---------+---------------------+----------+
13 rows in set (0.00 sec)
```
---
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 [email protected] or file a JIRA ticket
with INFRA.
---