Repair corrupted neo4j database (2.3.2 community)

前端 未结 1 1005
無奈伤痛
無奈伤痛 2021-01-18 10:41

My neo4j-2.3.2-community database ran out of disk space (at 80G). I did a clean shutdown of it, then added more disk, and tried to start it back up, only to get cryptic err

相关标签:
1条回答
  • 2021-01-18 11:29

    This looks like the transaction logs have only been partially written. If that's true the datastore itself is unlikely to be corrupt.

    WARNING: before doing any manual change in the data/graph.db folder be sure to have a backup copy in place.

    Before proceeding, read the above paragraph. Backup taken? If yes, try to remove the transaction log files in data/graph.db by rm neostore.transaction.db.*. Try to start Neo4j. If it still fails to start, paste a snippet of data/graph.db/messages.log containing the latest startup sequence - this should give more insight.

    0 讨论(0)
提交回复
热议问题