Upsource 2019.1 Help

Moving your Upsource installation to another server

Migrating your Upsource installation to a different server is a pretty straight-forward task.

  1. Stop Upsource: <upsource_home>\bin\upsource.bat stop

  2. Move the entire Upsource home directory to your new location.

  3. On your new server, run the following command:

    <upsource_home>\bin\upsource.bat configure --listen-port 1111 --base-url http://servername:1111/
    where 1111 is the port number you want to use and servername is the name of your new server.

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

Last modified: 09 July 2020