Closed znorris closed 8 years ago
Like the readme says
Check the neo4j.version property in the top-level pom.xml file and make sure it matches the Neo4j version you intend to use to open the database. Then build [...]
Thanks, sorry for not reading the manual. When using the generated DB neo4j still doesn't accept incoming HTTP connections. However it no longer requests to upgrade. I'll see if I can't get some more debug output. Thanks again.
I get the following message when attempting to use the database created by graphipedia:
Setting
allow_store_upgrade=true
results neo4j not responding to http requests. I don't see any logs generated either. I'm using the official docker image like this:In the
neo4j-server.properties
I've setallow_store_upgrade=true
andorg.neo4j.server.database.location=data/wikipedia.db
.