Upsource 2018.2 Help

Upgrade with minimal downtime

If your Upsource contains big projects, upgrading it to a new major version can take a long time, as the project and review data needs to be imported to a new instance, which means Upsource services won't be available to its users during the upgrade. However, there is a solution to minimize downtime. The procedure is more complicated then a regular upgrade and involves additional steps.

  1. Navigate to http://your-host-name:port_for_upsource/hub/settings/ and switch Hub to a read-only mode by clicking the corresponding button.

    In this mode users can still access all Upsource features but they are not allowed to create/delete projects and modify any user data (including roles, groups, permissions etc.).

  2. Return to the Upsource administration screen and create a backup. Leave your existing Upsource installation running.

  3. Download and unpack the zip archive with a new Upsource build.

  4. Start the new Upsource instance: <upsource_home>\bin\upsource.bat start

    It will open Configuration Wizard in your default browser:

    upgrade_wizard1
  5. Click Upgrade.

  6. In this step, select the location of the backup of your previous installation to upgrade from:

    upgrade_wizard2

    The location of a backup is a date-specific directory inside the backups folder.

    Click Next.

  7. Now you can verify and change (if necessary) your system settings and location of system directories:

    • Make sure that Application Listen Port is not the same as in the old installation. Change the port if the old installation is using the same default value.

    • Make sure that the data, temp, and logs folders differ from the ones configured for the old Upsource instance. (The old running instance will stop if another instance accesses the same logs folder.)

    You can also switch from the HTTP to HTTPS mode and vice-versa regardless of your previous set-up:

    upgrade_wizard4
  8. Click Upgrade when you're done.

    Wait a little for Upsource to launch its components:

    upsource_starting

    As soon as it's done, it will open its welcome page.

  9. Wait until all data is imported and indexed. You can monitor the progress on the main page.

  10. Switch the old Upsource instance to a read-only mode.

    Create a backup once again.

  11. Import the review data from the last backup of the old Upsource instance. Using the command line, go to the lib directory of your new Upsource instance: <new_upsource_home>/lib

    and run the following command: upsource-console.bat import-review "<backup_directory>\data\.backup\review"

    For example: upsource-console.bat import-review "C:\upsource-2018.1.344\backups\2018 May 22 18-05-41\data\.backup\review"

  12. Stop both Upsource instances — the old one and the new one.

  13. Change the listen port and base URL of your new Upsource instance to the ones used in the old instance:

    Using the command line, switch to the bin directory of your new Upsource instance: <new_upsource_home>/bin

    and run the following command: upsource.bat configure --listen-port XXXX --base-url http://upsource.mydomain.com:XXXX

    where XXXX is the listen port number of your old Upsource instance.

    Do not specify the base URL if your setup uses proxy and you don't intend to change its settings.

  14. Start your new Upsource instance.

Last modified: 13 March 2019