Skip to content

Commit fe24791

Browse files
committed
Update note in GDS on cluster docs
1 parent fe50d7a commit fe24791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/production-deployment/neo4j-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For more information on setting up, configuring and managing a Neo4j cluster, pl
4646
======
4747
When working with cluster configuration you should beware https://neo4j.com/docs/operations-manual/current/reference/configuration-settings/#config_server.config.strict_validation.enabled[strict config validation] in Neo4j.
4848
49-
When configuring GDS for a Read Replica you will introduce GDS-specific configuration into `neo4j.conf` - and that is fine because with the GDS plugin installed, Neo4j will happily validate those configuration items.
49+
When configuring GDS for a Secondary instance you will introduce GDS-specific configuration into `neo4j.conf` - and that is fine because with the GDS plugin installed, Neo4j will happily validate those configuration items.
5050
5151
However, you might not be able to reuse that same configuration file verbatim on the core cluster members, because there you will _not_ install GDS plugin, and thus Neo4j will _not_ be able to validate the GDS-specific configuration items. And validation failure would mean Neo4j would refuse to start.
5252

0 commit comments

Comments
 (0)