This guide is for subscribers to Stable updates. Rockstor upgrade from 3.8.15 to the latest release, 3.8.16 is simple. Just click on the update notification in the UI and be on your way. However, some users tend to be on prior versions and may try to upgrade directly to 3.8.16 and this will most likely break. We sent out an e-mail in advance of releasing 3.8.16 to get your system upgraded to 3.8.15 for a smooth transition. But it’s totally understandable some users couldn’t do that in time. This guide is for you.
My system is running a version prior to 3.8.15 and I see the update notification, what do I do?
You need to upgrade to 3.8.15 first from the command line. Login to your system as root user and follow these steps
- Upgrade the rpm:
yum update rockstor-3.8.15
- Reboot the system:
shutdown -r now
- After the system comes back up, login to the UI and you’ll notice that another update(3.8.16) is available. Click on the version and upgrade to 3.8.16. Note that this is the normal upgrade process.
- You will be suggested to reboot into a new kernel after the upgrade. Follow the instructions to reboot the system once again from the UI.
I have a broken system after upgrading to 3.8.16. What do I do?
This most likely happened because the ugprade was performed from a version prior to 3.8.15. The easiest way to get back up is to re-install Rockstor from 3.8.16 ISO and import your data back from the UI. But if you want to fix manually, login to your system as root user and follow these steps
- Check that the installed rpm version is 3.8.16 with this command:
yum info rockstor
. If the version is not 3.8.16 then your system is broken for a different reason. Please contact support@rockstor.com and we’ll help you. If the version is 3.8.16, proceed to the next step. - Downgrade the rpm to 3.8-14:
yum downgrade rockstor-3.8-14
- Reboot the system:
shutdown -r now
- Make sure you are able to login to the UI from a browser, then back to the terminal.
- Upgrade the rpm to 3.8.15:
yum update rockstor-3.8.15
- Reboot again:
shutdown -r now
- After the system comes back up, login to the UI and you’ll notice that another update(3.8.16) is available. Click on the version and upgrade to 3.8.16. Note that this is the normal upgrade process.
- You will be suggested to reboot into a new kernel after the upgrade. Follow the instructions to reboot the system once again from the UI.
Feel free to comment on this post if you need more help. You can also e-mail support@rockstor.com for further assistance.