Moving your Upsource installation to another server
Migrating your Upsource installation to a different server is a pretty straight-forward task.
Stop Upsource:
<upsource_home>\bin\upsource.bat stop
Move the entire Upsource home directory to your new location.
On your new server, run the following command:
<upsource_home>\bin\upsource.bat configure --listen-port 1111 --base-url http://servername:1111/where1111
is the port number you want to use andservername
is the name of your new server.Start Upsource:
<upsource_home>\bin\upsource.bat start
Last modified: 02 April 2021