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.1
Baseurl=<repo_url>
gpgcheck=0
enabled=1
sslverify=false
EOF
yum update --disablerepo=* --enablerepo=lightos-2.2.1 management-upgrade-manager
systemctl daemon-reload
systemctl stop upgrade-manager.service
systemctl start upgrade-manager.service
- Configure the yum repo to work behind http-proxy.
Was this page helpful?