Modify the default storage directory (home directory) of JIRA

        
        For actual production, the default directory is generally not used because it is inconvenient. After all, data is generally stored in a relative
For concise directories.

 The default data storage directory is /var/atlassian/application-data/jira

Not much nonsense, the following are the specific modification steps:  

 #To modify the default directory, you first need to edit the configuration file:

        vim /opt/atlassian/jira/atlassian-jira/WEB-INF/classes/jira-application.properties

        Change the path behind the jira.home field to /data/atlassian/application-data/jira

        Finally save and restart the jira service

Guess you like

Origin blog.csdn.net/qq_35002542/article/details/127070462