Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
Steps For Setup
Step 1:
- Stop running version(Neo4j 3.0.6)
Step 2:
- Take complete backup of running version (Just to be on safer side)
Step 3:
Step 4:
Step 5:
- Copy data folder from old Neo4j and replace into new Neo4j
Step 6:
- Copy any settings specifically made in the old version of neo4j.conf file to Neo4j 3.3.0
Step 7:
- Uncomment dbms.allow_upgrade=true in neo4j.conf of new version
Step 8:
- Start Neo4j 3.3.0 and check whether data is accurate
Step 9:
Step 10:
- Comment dbms.allow_upgrade=false in neo4j.conf
Step 11: