OpenNebula v.5.10.2 Hotfix Release is out! https://opennebula.org/hotfix-release-v-5-10-2-is-available/ Users with active support subscriptions: please check your private repositories for access to the new packages #opensource #cloud #cloudcomputing #edgecomputing #announcement #opennebula #release #hotfix
Can we upgrade the 5.10.1 to 5.10.2 now??
Also, note that we are facing network issue using 5.10.1.
Apparently I canāt see any packages for 5.10.2 so I assume we canāt upgrade yet
Hello Community,
For some this may be the first time seeing communications about Hotfix releases, and you may be wondering how to get access to them. As part of the User Community, access to the OpenNebula software, and the Maintenance Releases that follow updates / upgrades is universal. Yet, in addition to leading the open source project, OpenNebula Systems provides Enterprise Support to subscribers of our commercial support subscriptions. One of the several benefits of being a subscriber is gaining access to packages to Hotfix releases. So, while these Hotfix packages are not generally available, we believe there is value in communicating the details about these releases and what is included - even if only to clarify the work being done and the issues continually being addressed. And everyone can create their own packages or build OpenNebula from the source code.
If you have any questions, donāt hesitate to reach out to me (@mabdou).
Very best,
Michael
So the best course of action for those not paying for Enterprise Support is to stick to āoldstableā, i. e. the previous release, which most likely has all known bugs fixed for the general public?
Hi @wusel,
While the packages from Hotfix incremental versions are not publicly released and are only available for users with an active commercial subscription, the code is publicly available in the GitHub repository, as are the templates to create packages for the different supported platforms. So, everyone can create their own packages or build OpenNebula from the source code, but only OpenNebula Systems customers have the convenience of pre-created packages for Hotfix incremental releases.
Best,
Michael
Hi @mabdou,
so if I feel bitten by something that is supposed to be fixed in a hotfix release, Iād just roll my own packages from the corresponding tag, i. e. release-5.10.2 in this case, and upgrade to those? Ok, thatās awesome indeed.
Regards,
-kai
FTR, that link nowadays yields a 404 page.
@mabdou I also would like to know where are the packages now?
Hiya!
The good old āHotfix Releasesā are now called EE Maintenance Releases, and only available to corporate users with an OpenNebula Subscription: https://github.com/OpenNebula/one/wiki/Release-Policy This is part of our policy to provide more benefits to those organizations that actively support the OpenNebula project: https://support.opennebula.pro/hc/en-us/articles/360043961492-OpenNebula-Subscription-FAQ
For users of the OpenNebula Community Edition, weāll regularly be producing CE Patch Releases (like the recent v.5.12.0.1), whose code and binary/source packages are available under Apache License v.2.0. As for requesting access to our private packages template repo, please refer to Towards a Stronger OpenNebula Community
- So CE Patch releases are available through regular packages repos?
- And they are only for front end?
- And they donāt need migrators?
Hi Branislav!
- Yep.
- Nope, they cover the whole product.
- Nope, migrators only apply to upgrades to new minor/major releases.
Hope that helped
So a simple āapt upgradeā is sufficient?
Thomas
The process depends on your actual configuration, so itās better if you follow the instructions from http://docs.opennebula.io/5.12/intro_release_notes/upgrades/start_here.html
Hi Alberto,
ok thanks. But Iām a bit confused now. In the post above you wrote that migrators are only needed for minor/major releases.
Iām currently running 5.12.0.1 and I thought I might could just install the CE Patch with āapt upgradeā.
Best regards,
Thomas
Hi @tku, you donāt need the migrator packages to upgrade from CE 5.12.0.1 to the new CE 5.12.0.3, onedb upgrade
should have no effect in this case.
Hi Alberto,
thanks for letting me know. So I can just install the patch with āapt upgradeā on all frontends and nodes and restart opennebula services? No database and configuration changes needed?
Sorry for being a so penetrative here, Iām just insecure here because I have never done it beforeā¦
Thanks a lot,
Thomas
Hello @tku,
The OpenNebula philosophy in non-major upgrades (i.e. for CE Patch Releases) is not to change configuration files or the database schema. For this reason, you donāt need to upgrade the database, you just need to stop all OpenNebula services, perform the apt upgrade
command in all your servers, and then start again all the services.
Best,
Ćlex.
Thanks Alex!