Neo4j backup finds inconsistencies. Now what? -


the neo4j-backup reports inconsistencies database.

2015-04-22 19:27:44.175+0000 info  [org.neo4j]: inconsistencies found: consistencysummarystatistics{     number of errors: 4     number of warnings: 0     number of inconsistent property records: 1     number of inconsistent relationship_group records: 3 } 

i able step around time restoring backup made before problem occurred, options if not possible?

using neo4j 2.2.0 here.

in case of commercial enterprise subscription handled part of neo technology's support.

another option using michael's storecopy tool copy on database, see https://github.com/jexp/store-utils.


Comments

Popular posts from this blog

php - How can an email be returned from Stripe Checkout? -

SQL php on different pages to Insert (mysqli) -

linked list - Get the index of the Node in a LinkedList which contains the given value in java -