1

Even after following the advice in one of the comments here (Create on NOT MATCH command for Neo4j's CQL?) to set allow_store_upgrade to true in conf/neo4j.properties, I was not able to successfully upgrade to 2.2.1

The documentation does not explain how to here either: http://neo4j.com/docs/2.2.1/deployment-upgrading.html

Can anyone shed light on this?

Community
  • 1
  • 1
NumenorForLife
  • 1,736
  • 8
  • 27
  • 55

1 Answers1

2

I answered this just now in the other thread, but it's good to have it out there so people can search for it. Whenever you upgrade an instance of Neo4j you need to:

  • Download the new version
  • Copy the data/graph.db folder from the old location to the new location (make sure all servers are shut down first)
  • Set allow_store_upgrade to true in the new instance
  • Start up the server (at start up, the data in the data/graph.db folder will be updated to the format required for the new version
Brian Underwood
  • 10,746
  • 1
  • 22
  • 34