Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the fully qualified path of the Neo4j data directory on Ubuntu 12.04?

Tags:

neo4j

I can't find the data directory for my Neo4j Enterprise installation. I have looked at the config files and understand that it is in the data/graph.db file.

What is the default fully qualified path of the neo4j data directory?

like image 689
OpenCoderX Avatar asked Nov 19 '13 22:11

OpenCoderX


People also ask

Where is Neo4j data stored?

Neo4j database files are persisted to storage for long term durability. Data related files located in data/databases/graph. db (v3. x+) by default in the Neo4j data directory.

Where is Neo4j home directory?

Find the database entry whose home directory you want to open, and you should see a ... right after the Open button. Clicking on that should open up a dropdown, and one of the entries is Open folder which expands the dropdown, and the top entry there is DBMS . This will open the home directory for this dbms instance.

What directories contain information and data for the database modifications Neo4j?

conf is the primary configuration file for the Neo4j instance and resides in the /etc/neo4j folder. The /var/log/neo4j folder contains log files that you can monitor. The /var/lib/neo4j/data folder contains the database(s).


1 Answers

The fully qualified path to the Neo4j 2.0M6 data directory on Ubuntu 12.04 is '/var/lib/neo4j/data'

The path is also shown at the bottom of the 'Database Information' panel in the Neo4j Browser.

like image 182
OpenCoderX Avatar answered Oct 26 '22 20:10

OpenCoderX