What is process to perform upgrade on wildfly server from one version to another ?
If there is already a running server on say version 30.x how can same installation be upgraded to newer wildfly version to get all bug fixes and enhancements?
Expecting already configured server to be intact.
What is process to perform upgrade on wildfly server from one version to another ?
If there is already a running server on say version 30.x how can same installation be upgraded to newer wildfly version to get all bug fixes and enhancements?
Expecting already configured server to be intact.
Share Improve this question asked Mar 3 at 2:41 learnlearn 11 Answer
Reset to default 1Unzip the new version , copy the configuration files from the old server to the new one with the deployments and start. It should be ok. WildFly can read old configuration and it will update them to latest format.