sqadm upgrade-wildfly(1)
DESCRIPTION
This command upgrades WildFly configuration, by connecting to the WildFly controller and updating its model.
The sqadm upgrade-wildfly command shall be executed on a started Squore server.
OPTIONS
-c, --controller uri
The WildFly controller to connect to. URI includes optional protocol, host and port.
--patch
Apply specified patch only.
A patch version is of the form: `x.y.z_n', where `x.y.z' is a Squore version, and `n' the patch number.
-S, --scripts-dir dir
Directory with WildFly scripts to apply.
--until version
Execute upgrade scripts up to version, excluded. Use with caution, as you may not end up with the same data you would get with the official Squore version, as some scripts are rearranged for performance reasons.
This option is primarily used for debugging purpose.
-v, --verbose
Increase verbosity level (mainly WildFly client output).
version
Version to upgrade from.