InterWorx is set to update itself automatically by default and will do so periodically as needed. However, there may be times when you want to manually update your server to get the latest security and bug fixes.
You can update/upgrade any RPM packaged software (including InterWorx) from NodeWorx if you have the appropriate level of access.
Make sure that InterWorx is set to the update channel you want to use by selecting it from the InterWorx Update Channel: drop-down list if it isn't already set to what you want, then click Update.
Although you can set the update channel to a less-frequently updated version (for example, switching from Release to Stable), you won't be able to install that version unless it is equal to or higher than the version you currently have installed. However, you can always switch to a more frequently updated channel if you want (for example moving from Release to Release Candidate). |
If you are comfortable with your server's command line shell, it is even easier to update InterWorx and the other RPM packages installed on your server.
Execute the following command:
yum upgrade |
If you want to upgrade without having to manually type Y once the list of packages to be updated are displayed, you can enter the update command this way: yum upgrade -y Be careful with this, because you may not have the ability to safely stop the installation before it starts if you see a package you don't want to update. |