Confluence 5.7 has reached end of life
Check out the [latest version] of the documentation
This page contains instructions for upgrading an existing Confluence cluster.
If you are not yet running a clustered instance of Confluence, see Moving to Confluence Data Center.
In this guide we'll use the following terminology:
On this page:
We strongly recommend that you backup your Confluence home and install directories and your database before proceeding.
More information on specific files and directories to backup can be found in Upgrading Confluence.
You must stop all the nodes in the cluster before upgrading.
We recommend configuring your load balancer to redirect traffic away from Confluence until the upgrade is complete on all nodes.
If you are upgrading an existing Confluence Data Center instance (Confluence 5.6 or later), you can skip this step, as you already have a Shared Home directory.
To set up your Shared Home directory:
Edit confluence.cfg.xml in the home directory on the first node and add a new property called confluence.cluster.home with the path of the shared home directory as the value. Example:
<property name="confluence.cluster.home">/mnt/confluence-shared-home</property>
Move all the files/directories from the local home directory the first node to the new shared home directory except for the following:
Remove the moved files/directories from the local home directories on all other nodes.
To upgrade the first node:
<Installation-Directory>\confluence\WEB-INF\classes\confluence-init.properties file to point to the existing local home directory on that node.confluence/WEB-INF/lib in your new installation directory. <Install-Directory>/common/lib or <Installation-Directory>/confluence/WEB-INF/lib directories. You should now reapply any additional customisations from the old version to the new version, before upgrading the remaining nodes.
To upgrade the next node in your cluster:
confluence-init.properties to point to the correct location. Repeat this process for each remaining node.
Once all nodes have been upgraded you can start Confluence Data Center on each node, one at a time.
The Cluster monitoring console ( > General Configuration > Clustering) includes information about the active cluster nodes. When the cluster is running properly, you should be able to see the details of each node.