[Neo4j] Specifying the DB data directory

2010-11-23 Thread Chris Diehl
Hi All, Once I've fired up the Neo4j server, how do I specify the directory where the graph DB directories should be stored? I can't seem to find an answer on the wiki pages. Thanks! Chris ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j

Re: [Neo4j] Specifying the DB data directory

2010-11-23 Thread Andreas Kollegger
Hi Chris, In the 'conf' directory, you'll find the annotated 'neo4j-server.properties' file which describes the few settings available, including: org.neo4j.server.database.location=data/graph.db The file is a simple key=value pair format. Relative paths assume that the current directory is th

Re: [Neo4j] Specifying the DB data directory

2010-11-23 Thread Chris Diehl
Hi Andreas, Thanks for your reply. Can I specify different directories on the fly where I want to stash data? I'd like to not have all my graphs stored in one DB. Cheers, Chris --- Hi Chris, In the 'conf' directory, you'll find the annotated 'neo4j-server.properties' file which des

Re: [Neo4j] Specifying the DB data directory

2010-11-23 Thread Jim Webber
Hi Chris, > Thanks for your reply. Can I specify different directories on the fly > where I want to stash data? I'd like to not have all my graphs stored > in one DB. You can if you run multiple server instances, but not within a single server with this milestone build. It's on our roadmap (and