in our Jira instance it is required to do the indexing for few minor changes, is it safe to upgrade the Jira version without indexing. we are planning to upgrade the database version also. currently we are using sql server v2008 and plan to upgrade v2013
Hi @ihanif,
When upgrading JIRA, an automated re-index happens. But you can disable it by following steps
<jira-home>/jira-config.properties
upgrade.reindex.allowed=false
.jira.autoexport=false
to disable the automatic export that is generated as part of the upgrade process.But it is always recommanded to have the reindexing as major changes takes place after upgrade
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.