YouTrack Standalone 2018.3 Help

Upgrade with a JAR Distribution

Prerequisites

Before you upgrade, perform the following prerequisite tasks:

  • Create a backup of your current database. YouTrack does not provide forward database compatibility. Your database is migrated to the format that is compatible with the latest version during the upgrade procedure. This means that you cannot revert to a previous version and continue to use the database that was processed during the upgrade.

  • Copy the backup of your current database to a secure location just in case you encounter problems with the upgrade and need to roll back to the previous version.

  • Verify that your YouTrack license supports the upgrade. To view the license limitations, click the Global Settings link in the Administration menu. If the free update period has expired, you need to extend your subscription.

  • Verify that your current YouTrack installation is not a year older than the new version. The current version of your installation is shown at the bottom of any page in the application. We guaranty upgrade from a version that is not a year older than the new version. That is, if you want to upgrade to the version 2018.3, then you need to preliminary upgrade to the version 2017.3, at least.

Upgrade an Existing JAR Installation

If you run YouTrack as a standalone Java process with the JAR distribution, the upgrade procedure is quite straightforward.

To upgrade YouTrack with the JAR distribution:

  1. Download the JAR distribution.

  2. Create a backup of your current database.

  3. Stop the YouTrack server.

  4. Run the new JAR file from the command line. If you run YouTrack jar with a script, then deploy the new JAR and start the server.

    Make sure to run the new JAR file with the same user account that you used for the previous version.

If you experience a problem during the upgrade, please create an issue. Describe the problem and attach your logs to the issue. Restore the previous YouTrack version with the pre-upgrade database backup.

Upgrade a non-JAR Installation with JAR

This section describes how you can upgrade your existing non-JAR YouTrack installation using the JAR distribution.

To upgrade an existing YouTrack installation:

  1. Download the JAR distribution.

  2. Create and download a fresh backup of your current database.

  3. Stop the YouTrack service.

  4. Use your operating system tools to verify that all Java processes that are launched by YouTrack are no longer running. If there are YouTrack-related Java processes that are still running, kill the outstanding process trees.

  5. In a command-line interface, enter a command to start the upgrade:

    java -jar youtrack-<version>.jar

    For details about running YouTrack JAR, see Run YouTrack JAR.

    • The web-based Configuration Wizard starts.

  6. Open the web-based Configuration Wizard.

    • If you have a browser installed on the host machine, the Configuration Wizard opens automatically.

    • If you do not have a web browser installed on the host machine, open the URL of the wizard in a web browser on another workstation. The wizard URL is printed in the console output:

      JetBrains YouTrack <version> will be available on [<YouTrack Base URL>/bundle/starting?wizard_token=<value>] after start

  7. In the Configuration Wizard, click Upgrade.

    Upgrade: Configuration Wizard start page

  8. On the Select Upgrade Source page, click the Select button and select the backup file of your current database that you have created.

    Select an upgrade source

  9. When done, click Next.

  10. On the Confirm Settings page, confirm or change your system settings and the location of system directories.

    YouTrack JAR upgrade settings

    Here you can also enable the built-in TLS to secure the network connection for the server. For detailed procedure, read the Upgrade Scenarios with Built-in TLS page.

  11. When done, click Upgrade.

    • YouTrack launches its components.

      Do not close the page in the browser until the setup is complete.

    • When the YouTrack Standalone server is ready, the Dashboard opens. Your YouTrack Standalone instance is upgraded and ready for use.

Last modified: 7 March 2019

See Also

Installation and Upgrade: