Documentation for JIRA 4.1. Documentation for other versions of JIRA is available too. 
![]()
JIRA can be configured to automatically create an XML backup of JIRA data on a routine basis.
The XML backup includes all data in the database. However, it does not include your attachments directory, JIRA Home Directory or JIRA Installation Directory, which are on the filesystem.
For production use, it is strongly recommended to use native database-specific tools instead of the XML backup service. XML backups are not guaranteed to be consistent, as the database may be updated during the backup process. Inconsistent backups are created successfully without any warnings or error messages, but fail during the restore process. Database-native tools offer a much more consistent and reliable means of storing data.
When JIRA is installed, the first step in the Setup Wizard prompts you for a backup path, and if entered, JIRA will automatically generate XML backups (as ZIP files) every 12 hours. If you did not specify this path, follow the steps below to enable automated backups. (Note that you can also perform XML backups manually - see Backing up data. )
Backup Servicecom.atlassian.jira.service.services.export.ExportService'.com.atlassian.jira.service.services.export.ExportService' into the 'Class' field.Note
The interval specified in the Backup Service Delay (mins) is the time when the next backup job will run since the last server restart. Backup services cannot be scheduled to run at a specific time of day - please see JRA-1865 for more on this.
exports sub-directory.Changing your backups path
If you are running a large instance of JIRA, you may wish to consider moving your backups directory from the default directory under JIRA home to another machine. The directory which stores your backups may need to hold a considerable amount of data. Hence, it may be more efficient for you to host the attachments on a separate network drive.
If you see the following message at the top of the page,
Changing the attachment, index, backup or restore settings is not allowed for security reasons. You must edit jira-application.properties and explicitly set 'jira.paths.set.allowed=true'. Restart JIRA and then the path settings will be able to be changed.
then you must first configure your JIRA installation to permit modification to its file path settings. To do this:
If you change your backups directory, please ensure that it is given appropriate security, as described in Security Overview.
If you changed your backups path (above), it is strongly recommended that you follow the procedure for Securing JIRA's File Path Settings to minimise the risk of your JIRA installation being compromised by security-related attacks.