
Check for product updates using WSO2 Update Manager
Now that we have all of our products in the repository, as we can check with the wum Gstlist command, we are ready to check for updates. To achieve that, we type the following:
C:\ >wum check-update wso2ei-6.0.0 Connecting to WSO2 Update... Checking for latest updates for wso2ei-6.0.0... Product is up to date.
In this case, WSO2 EI is up to date, so no action is required. However, if we check for updates for the other product, WSO2 ESB 5.0.0, in our repository, we have this:
>wum check-update wso2esb-5.0.0 Connecting to WSO2 Update... Checking for latest updates for wso2esb-5.0.0... 37 updates are available [WARNING] 17 critical security updates. WSO2 strongly recommends that
you install these updates now.
What's next? Use wum update to install the latest updates.
In that case, due to WSO2 ESB 5.0.0 being released in 2016, there are updates available. In spite of the fact that it is not the product we are focused on in this book, we will show the update procedure using this product since the procedure is the same for all the products managed by WSO2 Update Manager.
So, to install the latest updates in all the products in the repository, we type this:
C:\>wum update Connecting to WSO2 Update... Validating your subscription status for product wso2ei... [WARNING] Your credentials are not associated with an active WSO2 Updating wso2ei-6.0.0... Product is up to date. Validating your subscription status for product wso2esb... [WARNING] Your credentials are not associated with an active WSO2
subscription.
Please remember that updates are not licensed for use in production without a valid WSO2 subscription. See http://wso2.com/update for more details:
Updating wso2esb-5.0.0... 37 updates are available Downloading updates... [36/37] Installing updates... Preparing update summary... Building updated product... Update summary: Installed updates: 37 * [WARNING] WSO2 strongly recommends to use this updated product for
production as soon as possible. Security updates: 17 Updated Product: C:\wso2\products\wso2esb\5.0.0\wso2esb-
5.0.0.1488178152499.zip * More information about updates are available inside the above
product archive Update summary(pdf): (product-archive)/updates\summary-2017-02-
28T19-31-14\update-summary-1488178152499.pdf
What's next? Use wum list [<product-pattern>] to list products in your local repository. Use wum describe [<product-pattern>] to get more details of products.
The result is a new ZIP generated with all the updates ready to be installed.