Doubts
Doubts

Reputation: 21

Questions about upgrading from neo4j 2.2.x to 3.x

I am trying to upgrade from neo4j 2.2.x to 3.x, and have a couple of questions.

  1. Were org.neo4j.tooling.GlobalGraphOperations and org.neo4j.kernel.impl.core.Caches removed from 3.x?

  2. Does dbms.directories.data correspond to org.neo4j.server.database.location?

Upvotes: 2

Views: 287

Answers (1)

Mattias Finné
Mattias Finné

Reputation: 3054

At least about (1): Methods from GlobalGraphOperations moved into GraphDatabaseService. Caches were removed in 2.3 due to removal of the object cache.

Upvotes: 2

Related Questions