Lightbits Cluster Upgrade
Known Issues
- There is a bug where we limit the yum install for
5m. If it is not sufficient, we will need to upgrade the UM manually using the following flow:
x
cat > /etc/yum.repos.d/lightos-2.2.1.repo << EOF[lightos-2.2.1]name=lightos-2.2.1Baseurl=<repo_url>gpgcheck=0enabled=1sslverify=falseEOFyum update --disablerepo=* --enablerepo=lightos-2.2.1 management-upgrade-managersystemctl daemon-reloadsystemctl stop upgrade-manager.servicesystemctl start upgrade-manager.service- Configure the yum repo to work behind http-proxy.
Was this page helpful?