blakesters
blakesters

Reputation: 101

Restore Neo4j DB from Backup with Neo4J Desktop

I have a db backup folder that I'm trying to load into a new db in Neo4J Desktop.

Upvotes: 0

Views: 440

Answers (1)

Luanne
Luanne

Reputation: 19373

You'll need to use the neo4j-admin tool From Neo4j desktop, go to your database/create a new one, then open the Terminal for that database (in older versions, it was in the Manage menu, in newer versions, you'll find it in the 3 ... menu)

Once you have the terminal open, cd bin and follow the manual to restore

Upvotes: 0

Related Questions