Updating Allegra

Docker-based

If you had Allegra installed on Docker using the script adocker, you can simply upgrade to the latest published version like this:

./adocker upgrade <context>

Done!

Manual Installation

In case you had installed Allegra manually, proceed as follows:

  1. Stop the Tomcat service:

service tomcat9 stop
  1. Delete directory $TOMCAT_HOME/webapps/allegra and file $TOMCAT_HOME/webapps/allegra.war.

cd $TOMCAT_HOME/webapps
rm -rf allegra allegra.war
  1. Download the new Allegra WAR file from the Allegra Download page:

wget https://www.trackplus.com/files/downloads/latest-dist/core/allegra-latest.war -O allegra.war
  1. Start the Tomcat service with

service tomcat9 start