Repository tools command to upgrade data warehouse database schema

Use the upgradeWarehouse command to upgrade the data warehouse.

Purpose

The upgradeWarehouse command upgrades the data warehouse database schema.
Important: You must shut down the server before you run the command.

Parameters

Attribute Description Required Default
teamserver.properties Path to the teamserver.properties file. No conf/jts/teamserver.properties
logFile Path to the log file. No repotools-jts_upgradewarehouse.log
noPrompt Causes the database tables to be upgraded without confirmation from the user. This option is useful when writing automated scripts. No N/A

Example

For Windows
operating system Open a command prompt and enter this command:

cd C:\Program Files\IBM\JazzTeamServer\server\
repotools-jts.bat -upgradeWarehouse teamserver.properties=conf\jts\teamserver.properties

For Unix
operating systems Open a command line and enter this command:

cd opt/IBM/JazzTeamServer/server/
./repotools-jts.sh -upgradeWarehouse teamserver.properties=conf/jts/teamserver.properties