Hi,
We have recently upgraded to JIRA 6.1.5. We faced some performance issues effecting production so we are slowly improving performance. As a step in this process we are trying to disable XML backup by adding
"jira-config.properties" file in jira home /usr/jira/ directory with the following key-value pair
jira.autoexport=false
We also tried to disable autoexport from
/jiraserver/atlassian-jira-6.1.5-standalone/atlassian-jira/WEB-INF/classes/jpm.xml
<property>
<key>jira.autoexport</key>
<default-value>false</default-value>
<type>boolean</type>
<admin-editable>true</admin-editable>
<sysadmin-editable>true</sysadmin-editable>
</property>
2014-03-26 16:03:20,549 QuartzScheduler_Worker-2 INFO ServiceRunner Backup Service [jira.bc.dataimport.DefaultExportService] Data export completed in 162879ms. Wrote 8297397 entities to export in memory.
2014-03-26 16:03:20,552 QuartzScheduler_Worker-2 INFO ServiceRunner Backup Service [jira.bc.dataimport.DefaultExportService] Attempting to save the Active Objects Backup
2014-03-26 16:03:20,785 QuartzScheduler_Worker-2 INFO ServiceRunner Backup Service [jira.bc.dataimport.DefaultExportService] Finished saving the Active Objects Backup
Ok, After enabling the autoexport admin view settings in jpm.xml I was able to delete the backup server from
http://jiraserver/secure/admin/ViewServices!default.jspa
auto.export controls whether an export is made before restoring from another backup I think
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And the upgrade - it tries to do an xml export when you point a new Jira at an old database...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yup, thats what I did, the only way to disable seems to be "deleting" the services called Backup. from that URL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why not just turn it off in the admin configuration instead of messing around with code?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.