Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows not working #34

Open
pdaleramirez opened this issue May 14, 2018 · 1 comment
Open

Windows not working #34

pdaleramirez opened this issue May 14, 2018 · 1 comment

Comments

@pdaleramirez
Copy link

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.

@pdaleramirez
Copy link
Author

pdaleramirez commented May 14, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant