How to import neo4j dump into the current database -


i can dump of current database following:

neo4j-shell -c dump > dump.sql 

now how import dump file database (using shell)

neo4j-shell -file dump.sql 

the shell exit after executing file. see http://neo4j.com/docs/2.2.2/re02.html


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -