the most easy way is to use single:// style backups: ./neo4j-backup -full -from single://x.x.x.x -to ~/backup-path. Using ha:// had some issues, therefore in Neo4j 2.1.x it's ./neo4j-backup -from x.x.x.x -to <mydir>
/Stefan 2014-06-12 1:15 GMT+02:00 Erk <[email protected]>: > I'm running neo4j 1.9.7 in HA mode with 2 instances. > > I can run a successful backup one time via the backup tool: > ./neo4j-backup -full -from ha://x.x.x.x:5001 -to ~/backup-path > > Subsequent backups using the same command fail with the following error: > > 2014-06-11 22:56:05.350+0000 WARN [o.n.c.p.c.ClusterState]: Failed to > leave. Cluster may consider this instance still a member > Could not find backup server in cluster neo4j.ha at x.x.x.x:5001, operation > timed out > > The error will not go away until I restart both neo4j instances. Has anyone > encountered this before or have an idea of how I can solve this problem? > > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
