Github user remibergsma commented on the pull request:
https://github.com/apache/cloudstack/pull/1067#issuecomment-156820839
This is an upgrade from 4.6.0 to 4.6.1:
```
INFO [o.a.c.s.l.CloudStackExtendedLifeCycle] (main:null) Running system
integrity checker com.cloud.upgrade.DatabaseUpgradeChecker@419c5949
INFO [c.c.u.DatabaseUpgradeChecker] (main:null) Grabbing lock to check for
database upgrade.
INFO [c.c.u.DatabaseUpgradeChecker] (main:null) DB version = 4.6.0 Code
Version = 4.6.1-SNAPSHOT
INFO [c.c.u.DatabaseUpgradeChecker] (main:null) Database upgrade must be
performed from 4.6.0 to 4.6.1-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
Upgrade460to461 to upgrade from 4.6.0-4.6.1 to 4.6.1
INFO [o.a.c.s.l.CloudStackExtendedLifeCycle] (main:null) Configuring
CloudStack Components
```
The database shows:
```
MariaDB [cloud]> select * from version;
+----+---------+---------------------+----------+
| id | version | updated | step |
+----+---------+---------------------+----------+
| 1 | 4.0.0 | 2015-11-06 13:33:14 | Complete |
| 2 | 4.1.0 | 2015-11-06 13:33:25 | Complete |
| 3 | 4.2.0 | 2015-11-06 13:33:25 | Complete |
| 4 | 4.2.1 | 2015-11-06 13:33:25 | Complete |
| 5 | 4.3.0 | 2015-11-06 13:33:25 | Complete |
| 6 | 4.4.0 | 2015-11-06 13:33:26 | Complete |
| 7 | 4.4.1 | 2015-11-06 13:33:26 | Complete |
| 8 | 4.4.2 | 2015-11-06 13:33:26 | Complete |
| 9 | 4.5.0 | 2015-11-06 13:33:26 | Complete |
| 10 | 4.5.1 | 2015-11-06 13:33:26 | Complete |
| 11 | 4.5.2 | 2015-11-06 13:33:26 | Complete |
| 12 | 4.6.0 | 2015-11-06 13:33:26 | Complete |
| 13 | 4.6.1 | 2015-11-15 15:38:58 | Complete |
+----+---------+---------------------+----------+
13 rows in set (0.00 sec)
```
I'd say this works as expected :-)
Pinging @DaanHoogland
---
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.
---