This is my original question - http://stackoverflow.com/questions/31624582/effectively-clear-neo4j-database
I use: neo4j version 2.2.3 *Embedded database* lucene version 3.6.2 spring-data-neo4j version 3.4.0.M1 *I noticed* that everything work properly if I use *graphDatabaseService.shutdown();* method before terminating of my application.. *Otherwise database is destroyed(Neo4j server also hangs on this corrupted db).* Is any way to make Neo4j Embedded database more fault tolerant ? I will lose all my data after the first error (for example blackout event) in the production environment.. -- 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.
