Jump to content
We've recently updated our Privacy Statement, available here ×

How to upgrade jrs community 8.0.0 to 8.1.0 on Ubuntu 22.04


andre.sousa

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

1. sudo apt install default-jre

2. sudo nano /etc/environment

   JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64/"

3. sudo reboot

4. sudo wget https://.../project/jasperserver/JasperServer/JasperReports%20Server%20Community%20Edition%208.1.0/TIB_js-jrs-cp_8.1.0_bin.zip

5. sudo unzip TIB_js-jrs-cp_8.1.0_bin.zip

6. cd /opt/jasperreports-server-cp-8.0.0/apache-tomcat/scripts

7. sudo ./ctl.sh stop

8. cd /home/ubuntu/jasperreports-server-cp-8.1.0-bin/buildomatic 

9. sudo nano default_master.properties

appServerType = tomcat
appServerDir = /opt/jasperreports-server-cp-8.0.0/apache-tomcat
dbType=postgresql
dbHost=localhost
dbUsername=postgres
dbPassword=postgres
preserve_master_properties_footer_comments_when_encrypting_buildomatic=true

10. sudo ./js-upgrade-samedb-ce.sh

11. cd /opt/jasperreports-server-cp-8.0.0/apache-tomcat/scripts

12. sudo ./ctl.sh start

 

Link to comment
Share on other sites

  • 2 weeks later...

The straightforward way is to export without themes JRS 8.0 repo, install JRS 8.1, and import to it the JRS 8.0 repo. 

Keep in mind that it is necessary to upgrade any customization that you have in place, make sure they're working in 8.1 before upgrading the server. 

Also, be aware that JRS 8.1 is a Mainstream release and not Long term support, see here : https://docs.tibco.com/pub/jaspersoft/general/LTS/jaspersoft_LTS_releases.html

Import/Export : https://docs.tibco.com/pub/js-jrs/8.0.0/doc/pdf/TIB_js-jrs_8.0.0_Admin-Guide.pdf?id=12

Install JRS : https://docs.tibco.com/pub/js-jrs/8.0.0/doc/pdf/TIB_js-jrs_8.0.0_Install-Guide.pdf?id=5

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...