Table of Contents |
---|
...
- Creating a completed updated distribution - Perform wum updates in a separate server that is connected to the internet and obtain the updated distribution. Next, apply all the configurations and previous customizations (if any) on top of it and apply it to your production environment.
If you are already using a recommended WSO2 configuration management resources[Refer the question ‘What are the WSO2 recommended configuration management tools to deploy configurations to client nodes?’], the updated pack should be placed in the ‘packs’ directory and thereafter, run the Configuration Management tool to ship the updates to your test or development environment. Upon verifying, you can ship the updates to the production environment.
...
- Creating a diff zip file containing only the files been updated - If you only want to apply the files that have been modified from updates, you could use the following command to generate the diff between the latest updated distribution and previous updated/GA distribution.
Code Block |
---|
wum diff <Latest-WUM-updated-distribution.zip><Previouszip> <Previous-WUM-updated-distribution.zip> E.g., wum diff wso2am-2.5.0+1538333553548.full.zip wso2am-2.5.0+1537333553538.full.zip |
...
Using the generated archive file you could update the distributions of Test and Development environments. After verifying, apply the diff to your production environment.
- Using the In-Place Update tool
...
Run the In-Place Update tool on a copy of your production distribution in a separate server that is connected to the internet and ship the updated distribution to a dev/test environment using a configuration management tool. Upon verifying changes, apply the updated distribution to the production environment.
How do I know when updates are available?
...
You receive an email with information on all the changes included in the new distribution. You also find this information in <PRODUCT_HOME>/updates/summary
as a PDF file.
I get an error as 'You do not have an active subscription or the channel does not exist'. What should I do?
First, check whether y ou typed the channel name correctly. If yes, then you should have got your WSO2 subscription via that given channel name. If you haven't, please contact WSO2.
I get the error as 'invalid credentials. Please enter valid WSO2 credentials'. What should I do?
...