How to disable cluster mode in Confluence Data Center

Still need help?

The Atlassian Community is here for you.

Ask the community

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

Purpose

To set up clustering in Confluence Data Center 7.2 or later, you need to enable cluster mode. When you do this, Confluence adds a cluster.setup.ready property to the confluence.cfg.xml file, and sets this value to ‘true’.  This means your instance is ready for clustering, but you haven’t yet set up and configured the cluster.

If you want to undo this action, you can manually disable cluster mode by modifying the cluster.setup.ready property, as outlined below.

This guide does not apply to Confluence Data Center sites running in a cluster. It is specific for situations where clustering was enabled but not configured yet, since those are two separate stages.

If you’ve already set up clustering, the solution below does not apply. If you want to move back to a non-clustered installation, see Move to a non-clustered installation.

Solution

To disable cluster mode:

  1. Edit <Confluence home>/confluence.cfg.xml
  2. Find the cluster.setup.ready property.
  3. Change the property value to false:
    Before:

    <property name="cluster.setup.ready">true</property>

    After:

    <property name="cluster.setup.ready">false</property>
  4. Save the file.

To confirm your site is no longer in cluster mode, go back to the Clustering screen ( > General configuration > Clustering), and refresh the page. You should see the Enable cluster mode button.



DescriptionHow to disable cluster mode in Confluence Data Center
ProductConfluence Data Center



Last modified on Mar 25, 2022

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.