1.5 · Challenge

Allocate the Secondaries

In the previous lesson your cluster's two secondaries came up holding a copy of the neo4j database, because each primary set a default secondaries count. Plenty of clusters are not configured that way, and their secondaries sit idle while the primaries do all the work.

In this challenge you will reproduce that situation on purpose, fix it on a running cluster with ENABLE SERVER and ALTER DATABASE, and then look at the configuration setting that gets it right from the start.