New to KubeDB? Please start here.
Reconfiguring Neo4j
This guide gives an overview of how KubeDB Ops-manager reconfigures Neo4j database components.
Before You Begin
- You should be familiar with Neo4j.
- You should be familiar with Neo4jOpsRequest.
How Reconfiguring Neo4j Process Works
The following diagram shows how KubeDB Ops-manager reconfigures Neo4j database components. Open the image in a new tab to see the enlarged version.

The reconfigure process consists of the following steps:
For a Neo4jOpsRequest with spec.type: Reconfigure, KubeDB Ops-manager:
- Validates configuration inputs from
spec.configuration. - Resolves custom config secret and inline
applyConfigvalues. - Pauses conflicting reconciliations.
- Merges or replaces Neo4j config based on request fields.
- Restarts relevant pods to apply new configuration.
- Verifies pod/database health and marks the request
Successful.
Next Step
Follow the detailed guide: Reconfigure Neo4j Cluster.































