You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to fix a database with this tool. I am using windows the db version is 3.3.1 and cloned branch 33 but whenever i run ./copy-store.sh community default.graphdb graph.db I get this error
To use your existing Neo4j 3.3.x installation set NEO4J_HOME to your Neo4j directory. Currently set to: C:\neo4j-community-3.4.0-rc02
Usage: copy-store.sh [community|enterprise] source.db target.db [RELS,TO,SKIP] [props,to,skip] [Labels,To,Skip] [Labels,To,Delete,Nodes]
Using: Heap 4G Pagecache 2G Edition 'community' from 'default.graphdb' to 'graph.db' skipping labels: '', removing nodes with labels: '' rels: '' props '' Keeping Node Ids:
Please note that you will need this memory (2G + 1G + 4G) as it opens 2 databases one for reading and one for writing.
./copy-store.sh: line 54: /c/Program: No such file or directory
I have installed maven and JDK. I download neo4j for windows and run it through a folder and that points to the home folder.
The text was updated successfully, but these errors were encountered:
I was able to solve the issue copy-store.sh was not able to detect the space of apache-maven's location that is why it throws /c/Program not found because i was storing it on /c/Program Files
You can close this issue
I am trying to fix a database with this tool. I am using windows the db version is 3.3.1 and cloned branch 33 but whenever i run
./copy-store.sh community default.graphdb graph.db
I get this errorI have installed maven and JDK. I download neo4j for windows and run it through a folder and that points to the home folder.
The text was updated successfully, but these errors were encountered: