Documentation for JIRA 4.4. Documentation for other versions of JIRA is available too.
For production use, it is strongly recommended that for regular backups, you use native database backup tools instead of JIRA's XML backup service.
When JIRA is in use, XML backups are not guaranteed to be consistent as the database may be updated during the backup process. JIRA does not report any warnings or error messages when an XML backup is generated with inconsistencies and such XML backups will fail during the restore process. Native database backup tools offer a much more consistent and reliable means of storing (and restoring) data.
The information on this page does not apply to JIRA OnDemand.
If you perform an XML backup (e.g. when upgrading JIRA via a test environment or migrating JIRA to another server), you can follow one of these methods to prevent users from accessing JIRA and minimise inconsistencies in the backup file:
Shut down JIRA, configure it to listen on a different port and restart. For JIRA Standalone, you would do this by editing the server.xml
file. Change the following section:
<Connector port="8080" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" useBodyEncodingForURI="true" enableLookups="false" redirectPort="8443" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" />
HTTPS Connector
セクションも同じように編集する必要があります。jirauser
) that JIRA uses.はじめる前に:
Whichever method you choose, we recommend setting an Announcement Banner to warn your users that JIRA will be unavailable for a period of time.