Child pages
  • Servoy Repository Upgrade

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: SVY-10899 small improvement

The Servoy Repository, a  is a set of tables in the database underlying the names database server connection named 'repository_server' in Servoy. The datamodel structure is versioned, so new version of Servoy might require an upgrade of the repository. 

The datamodel can be both created and upgraded command line.

Tip
titleCreate a backup first

Before performing an upgrade, always make a backup first

To create or upgrade the Servoy Repository data model, 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>{servoyInstall}/application_server/ directory:

java -jar servoy_updater.jar -upgradeRepository
Code Block
titleMacintosh/Linux/Unix
./servoy_server.sh -upgradeRepository
Code Block
titleWindows
servoy_server.bat -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 the Servoy Application Server requires.