JasperSoft version 7.1.1. on RHEL7.
What steps are necessary to migrate the Tomcat and PostgresSQL to another partition?
And what are the directory dependencies for the two applications?
Release : 21.2
Component : Spectrum Reporting
1. Export the content from the old CA Business Intelligence server:
a. Log in to CA Business Intelligence server as superuser/superuser
b. Click Manage, Server Settings, and Export.
c. Specify a file name for the export data.
d. Select the content to export.
e. Click Export
2. Backup your CA Business Intelligence server database:
a. Create a folder where you can save your jasperserver database.
For example, /tmp/JS_BACKUP
b. Run the following commands: <postgresql path>/bin/pg_dump --username=postgres jasperserver > <path>/JS_BACKUP/js-db-dump.sql
For example:
/opt/CA/SharedComponents/CA\ Business\ Intelligence/postgresql/bin/pg_dump --username=postgres jasperserver > /tmp/JS_BACKUP/js-db-dump.sql