How to move the shared-home folder in Jira Data Center

Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.

Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

The shared-home folder in Jira Data Center stores the Jira attachments, backups, and other content. When migrating to a different disk or making changes to Jira Data Center, you might want to update the location of your shared-home directory.

Solution

For this example, we will use <OLD_SHARED_HOME_LOCATION> as the old path, and <NEW_SHARED_HOME_LOCATION> as the new path. Please find below the steps to update the Jira shared-home folder:

  1. Shutdown all the Jira nodes

  2. For each Jira node, edit the file <JIRA_HOME>/cluster.properties by:

    1. Replacing the following line

      1 jira.shared.home=<OLD_SHARED_HOME_LOCATION>
    2. With this new line:

      1 jira.shared.home=<NEW_SHARED_HOME_LOCATION>
  3. Copy the entire content content under the old shared home folder into the new shared home folder

  4. Ensure that:

    1. The user running the Jira application on each Jira node has the permission to read and write on the new shared folder

    2. The shared folder is accessible by each Jira node

  5. Start all your Jira nodes

  6. Confirm your attachments are accessible from each node of Jira

Updated on April 2, 2025

Still need help?

The Atlassian Community is here for you.