...
When the upgrade has finished, dbms.allow_upgrade should be set to false or be removed.
Restart the database.
Update Neo4j version and database name in server-config.json inside "graph" section.
If you have changed Neo4j credentials then update "authToken" as well in server-config.json.
Info |
---|
bin\neo4j-admin dump --database=neo4j --to=backups\neo4j.dump
bin\neo4j-admin load --from=backups/neo4j.dump --database=neo4j --force |