Upgrade from 15.x to 16.1 Script formatting...

Installation Forum (Inactive)
Upgrade from 15.x to 16.1 Script formatting... diego  2016-03-23 09:16
Status: Closed
 
I am trying to upgrade LabKey Server using the manual-upgrade.sh script but I do not seem to get the correct format going to properly execute it.

===== manual-upgrade =====

./manual-upgrade.sh -l dir /usr/local/labkey/ -d dir /usr/home/diego/Downloads/LabKey16.1-42836.12-community-bin/ -c dir /usr/local/apache-tomcat-8.0/conf/Catalina/ -u www --service /usr/local/etc/rc.d/tomcat8 --catalina /usr/local/apache-tomcat-8.0/bin/shutdown.sh /usr/local/apache-tomcat-8.0/bin/startup.sh

======== end =============

Thanks in advance!
Diego
 
 
diego responded:  2016-03-23 12:48
It seems that the "--service" and "--catalina" parameters where throwing everything off after reviewing the following article decided to not define "--service" nor "--catalina" and everything worked out.

https://www.labkey.org/wiki/home/Documentation/page.view?name=manualUpgradeScript

===== UPDATED SCRIPT COMMAND LINE ====
# ./manual-upgrade.sh -l /usr/local/labkey/ -d /usr/home/diego/Downloads/LabKey16.1-42836.12-community-bin/ -c /usr/local/apache-tomcat-8.0/ -u www --service

Cheers,
Diego