Child pages
  • Servoy Application Server Upgrade

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To upgrade a Servoy Application Server, shutdown the Application Server, open a command line/terminal window and browse to the <servoy> directory and execute the following command:

Code Block
titleDefault (Upgrades to latest non beta release)
java -jar servoy_updater.jar
Code Block
titleInclude beta versions (Upgrades to latest beta or non beta release)
java -jar servoy_updater.jar -beta
Code Block
titleUpdate to specific release (Upgrades to buildNumber release, if build number exists and release is not beta; new in 6.1)
java -jar servoy_updater.jar -releaseNumber buildNumber

The update process will update the Servoy Application Server installation. It does NOT update the Servoy Repository structure. When the Servoy Application Server is launched and it finds an incompatible version of the Servoy Repository, the launch will be aborted with the message that the Servoy Repository needs to be upgraded. See Servoy Repository Upgrade for more info.

...