Hello, Yes, that directory "X" has all the graph database files which are created when you create nodes and relationships and indexes etc. Find where "X" is and compress it, Zip it, Tar it, whatever you want.
Then transfer it to the server where you are running Neo4J server. The way you do this depends on that remote server but something like using scpshould work. Once you have transferred the file decompress it and put the graph.db directory in the <neo4j_home>/data/ directory. The names of the directories are important. Hope that helps. On Saturday, February 8, 2014 8:17:53 PM UTC, Vineel Yalamarthy wrote: > > Hi Michael. > > Just let me confirm with you again, > > Suppose in my Java program(embedded DB creation function), I gave the > folder as X. > > So I need to push this X to the remote machine,where my NEO4J is running. > > I din't correctly understand what is the target directory. Could yu please > tell me clearly. > > Regards > Venkata Vineel > > > > > On Sat, Feb 8, 2014 at 10:20 AM, Michael Hunger < > [email protected] <javascript:>> wrote: > >> The directory that you give to neo4j embedded when you create the >> EmbeddedGraphDatabase instance. >> >> That directory has to be copied to neo4j server, to >> /path/to/server/data/graph.db >> >> Michael >> >> Am 08.02.2014 um 07:32 schrieb Vineel Yalamarthy >> <[email protected]<javascript:> >> >: >> >> Hi Michael >> >> Could you please tell me,what do you mean by db directory. I understood >> the target destination.I didn't get the source ? >> >> Please explain. This will be of great help to me. >> >> Regards >> Vineel >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Neo4j" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Neo4j" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/neo4j/hTa93ROAFJo/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > > > > > Thanks and Regards, > Venkata Vineel, Student ,School of Computing > Research Assistant, Scientific Computing and Imaging Institute > Mobile : +1-385-2109-788 > http://www.sci.utah.edu/people/vineel.html > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
