Child pages
  • Servoy Repository Upgrade

Versions Compared

Key

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

The Servoy Repository, a set of tables in the database underlying the named names server connection 'repository_server' can be both created and upgraded command line. The datamodel structure is versioned, so new version of Servoy might require an upgrade of the repository. 

To upgrade the Servoy Repository, shut down the Servoy Application Server if it's running, open a command line or terminal window and execute the following command in the <servoy>/application_server/ directory:

Code Block
titleWindowsMacintosh/Linux/Unix
./servoy_server.batsh -upgradeRepository
Code Block
titleOther platformsWindows
servoy_server.shbat -upgradeRepository

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

...