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: where
<upsource_home>\bin\upsource.bat configure --listen-port 1111 --base-url http://servername:1111/
1111
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: 13 July 2017