YouTrack uses its own in-process database. By default, data files are saved to ${user.home}/teamsysdata directory.
Changing Database Location for WAR Distribution
To change this default location, modify database.location parameter in file youtrack-xx.war:/WEB-INF/web.xml:
Changing Database Location via Command Line for JAR Distribution
If you run YouTrack as a .jar file, you can specify explicitly database location in the command line via -Ddatabase.location=<path to your database> Java parameter.
Labels:
None