24.4. High Availability

To perform a backup on an HA cluster you specify one or more members of the target HA cluster. Note that the addresses you must provide are the cluster server addresses and not the HA server addresses. That is, use the value of the ha.cluster_server setting in the configuration.

# Performing a backup from HA cluster, specifying only one cluster member
./neo4j-backup -from 192.168.1.15:5001 -to /mnt/backup/neo4j-backup

# Performing a backup from HA cluster, specifying two possible cluster members
./neo4j-backup -from 192.168.1.15:5001,192.168.1.16:5002 -to /mnt/backup/neo4j-backup