Startup check: setting your Confluence home
Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.
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
The Confluence Home directory is the folder where Confluence stores its configuration information, search indexes and page attachments. Confluence will fail to start if it can't find the home directory.
Set or change the home directory
To set or change the Confluence home directory:
- Edit
<installation-directory>\confluence\WEB-INF\classes\confluence-init.properties
. At the bottom of the file, enter the absolute path to your
<home-directory>
. This tells Confluence where to find your<home-directory>
when it starts up.
Home directory location
You can specify any location on disk for your home directory. Some things to be aware of:
- You must specify an absolute path to your home directory. You can't use a symbolic link.
- Your home directory and installation directories must be completley seperate.
- Don't locate your home directory inside the Confluence installation directory, as the contents of this directory are removed when you upgrade Confluence.
- If you have multiple Confluence instances on the same server, they all need their own, seperate home directory.
Home directory permissions
Make sure your dedicated Confluence user read, write and execute permissions to the <home-directory>
.