UpgradeMINTInstructions
This page describes the technical process of upgrading MINT to the latest JasperReports Server (JRS) release.
Upgrading MINT
Backup of previous release
- Export the repository:
- Log in as superuser
- Go to Manage / Server Settings / Export
- Export everything as export.zip
- Backup the JasperReports Server War File:
- Create a folder where you can save your jasperserver-pro war file. For example, C:\JS_60_BACKUP
- Copy <tomcat>/webapps/jasperserver-pro to <path>/JS_60_BACKUP
- Backup the database:
- Take a backup of the jasperserver database (e.g. jasperserver6, jasperserver61 -- choose the latest one) using pgAdmin3
Install Tomcat
- Download the latest Tomcat release (check compatibility!)
- Stop the current service
- Uninstall the current Tomcat service
- Unzip Tomcat
- Adapt the server.xml
- Adapt the CATALINA_HOME variable
- Install the Tomcat service
- Adapt the Java properties
- Start the Tomcat service
- Test that the Tomcat is running
Download and prepare the JRS WAR archive
- Download the JRS WAR file from support.jaspersoft.com
- Copy it to the server and unzip it to C:\Jaspersoft
- Copy the postgresql_master.properties file from XX to YY
- Adapt the file:
- Path to the Tomcat
- Username and password of the database
- Name of the application
- Rename the file to default_master.properties
- Stop the Tomcat service
- Open a command window, go the the buildomatic folder and type js-install.bat minimal
- Wait for the installation to finish. This takes a few minutes
Install the latest JRS
Import the repository
Apply customisations
All customisations need to be re-applied, i.e. all the customised files need to replace the default ones. The list of customised files can be found here.