I tried to run Neo4j community edition using a db folder which I'm using for my project. When i tried to run Neo4j it gave me this error:
Failed to start Neo4j with an older data store version. To enable automatic upgrade, please set configuration parameter "dbms.allow_format_migration=true"
After changing the config file and uncommenting the above mentioned parameter i got the following error:
Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@7594f97a' was successfully initialized, but failed to start. Please see attached cause exception.
Can anyone tell me what do I need to do to make it work. Thanks in advance.