I have performed a consistency check on a Neo4j dump file, which was generated from a Neo4j database (5.8.0 version). I ran the command:
sudo neo4j-admin database check --from-path=./ neo4j
Checking the report, it got errors like this:
`
ERROR Index inconsistency: Index has a leaked page that will never be reclaimed, pageId=208.
Index will be excluded from further consistency checks. Index file: /data1/dumps2/4459558985020293571/neo4j/schema/index/range-1.0/75/index-75.
ERROR Index inconsistency: Index has a leaked page that will never be reclaimed, pageId=247.
Index will be excluded from further consistency checks. Index file: /data1/dumps2/4459558985020293571/neo4j/schema/index/range-1.0/75/index-75.
`
How can I solve the inconsistency errors?