5.8.0 upgrade to 5.8.1 documentation
Version change
Console upgrade
- helm
- Basic Edition
- If the console is allinone started, execute the following operations
docker stop rainbond-allinone && docker rm rainbond-allinone
#This command parameter needs to be the same as the rainbond-allinone container started before
docker run -d -p 7070:7070 -v ~/.ssh:/root/.ssh -v ~/rainbonddata:/app/data \
--name=rainbond-allinone --restart=always \
registry.cn-hangzhou.aliyuncs.com/goodrain/rainbond:v5.8.1-release-allinone
If the console is installed through the application market, enter the console application and select upgrade to version 5.8.1
Data Center Upgrade
1. Update grctl command
docker run -it --rm -v /:/rootfs registry.cn-hangzhou.aliyuncs.com/goodrain/rbd-grctl:v5.8.1-release copy
mv /usr/local/bin/rainbond-grctl /usr/local/bin/grctl && grctl install
Note:If you are unable to install grctl, please refer to grctl installation documentation
2. Execute the upgrade command
grctl cluster upgrade --new-version=v5.8.1-release
caution
caution For Rainbond not installed by helm, the following errors are normal and can be ignored
error: update rainbond components: get rbdcomponent rbd-app-ui: rbdcomponents.rainbond.io "rbd-app-ui" not found