This is an old revision of the document!
Overview
In this section we will perform several procedures with jasper reports and observer several situations.
Export/Import
Sometimes, when we migrate a jasper server, we will want to export our reports and schedules. To do that, we can use either:
- Web interface
- Command line
Let's do it with Command Line:
Export
We can export all content as follows:
Export
js-export --everything --output-zip myExport.zip
That command will export all the content: roles, reports, users, etc.
Now to import it back, use the following command:
Import
js-import --input-zip myExport.zip
Both of these scripts are located at:
Windows:
<js-install>\buildomatic\js-import.bat
<js-install>\buildomatic\js-export.bat
Linux:
<js-install>/buildomatic/js-import.sh
<js-install>/buildomatic/js-export.sh