Here is a link listing important Confluence files. The home directory defines the location of the directory where Confluence will store its data, including attachments, indexes and backups. Administrators can set this location by defining a value for the file |
|
Windows Configuration
On Windows, this path:
C:\confluence\data
will be written like so:
confluence.home=C:/confluence/data
Note that all backslashes (\) are written as forward slashes (/).
Linux/Solaris Configuration
On any Linux-based system, the property is defined using the normal directory syntax:
confluence.home=/var/confluence/
Symbolic links
If your confluence.home
directory contains a symbolic link, you must define the absolute path.
![]() | Please note that there can be no symbolic links within the The absolute path of generated files (such as exports) is compared with the absolute path of the |
Fixing the Confluence Configuration
The Confluence configuration file: confluence-cfg.xml
inside the home directory may contain references to the original location of your Confluence home. You will need to edit this file to update these references to also point to the new location. The two properties in this file that need to change are:
daily.backup.dir
if you have not configured your backups to be placed elsewhere alreadyhibernate.connection.url
if you are using the embedded HSQL database.