This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Getting Started
If you are new to WSO2 updates, here is how to install WUM and update your product for the first time:
Get a valid WSO2 subscription or subscribe to our free trial.
If you have a proxy server/firewall, grant access to the endpoints mentioned below.
Download and install WUM from https://wso2.com/wum/download/.
The UI guides you through the process.Execute the following command on the command-line to initialize WUM.
wum initWhen prompted, give the WSO2 subscription's user credentials.
Note that the following directory is created in your computer:
On Unix: ~/.wum3
On Windows: C:\users\<username>\.wum3
WUM updates are available only for the WSO2 product versions listed in https://wso2.com/updates/wum. Let's start by downloading a vanilla product distribution.
//Search for an available product wum search <keyword> E.g., wum search am //Download the product wum add <product> E.g., wum add wso2am-2.5.0Check whether the product has any recent updates using the following command:
wum check-update <product> E.g., wum check-update wso2am-2.5.0Execute the following command to start updating your product:
wum update <product> E.g., wum update wso2am-2.5.0
Note that the directory path of the new distribution appears on your terminal. You also get an email with details.