Child pages
  • Servoy Repository Upgrade

Versions Compared

Key

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

...

To upgrade the Servoy Repository, open a command line or terminal window and execute the following command in the <servoy>/application_server/ directory:

java -jar servoy_updater.jar
Code Block
titleWindows
servoy_server.bat -upgradeRepository
Code Block
titleOther platforms
servoy_server.sh -upgradeRepository

Executing the aforementioned command will create or upgrade the table structure required for the Servoy Repository to the version that the Servoy Application Server requires.

...