Hi All, I am currently using the latest community edition and want to make it sort of high availability. There are multiple ways to do it 1. write to two instances of neo4j from the microservice. This will be the easiest. 2. Take less frequency backups (online using ebs snapshots) or offline (using the dump utility) and do higher frequency incremental synchronisation using the rsync tool.
I know the first approach will work fine to make the community edition HA
What are the problems you see in the second approach? Can consistency issues arise?