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

Support Neo4j 3.0 #27

Open
cheerfulstoic opened this issue May 2, 2016 · 6 comments
Open

Support Neo4j 3.0 #27

cheerfulstoic opened this issue May 2, 2016 · 6 comments

Comments

@cheerfulstoic
Copy link
Contributor

No description provided.

@bloomdido
Copy link

Looks like the reset_yes_i_am_sure task needs to be updated to delete files from:

db/neo4j/#{environment}/data/databases/graph.db/*
db/neo4j/#{environment}/logs/*

instead of:

db/neo4j/#{environment}/data/graph.db/*
db/neo4j/#{environment}/data/log/*

@bloomdido
Copy link

Also, BOLT ports should probably be updated when using the config task, as BOLT is enabled by default and is set to port 7687 in all environments. Otherwise, you can't run development and test at the same time because the BOLT ports conflict.

@cheerfulstoic
Copy link
Contributor Author

Good point, thanks!

I'm traveling for the next few days, but I'll look at this soon!

@cheerfulstoic
Copy link
Contributor Author

Just released some changes as part of 0.5.5 of this gem. Try a bundle update neo4j-rake_tasks and see if that fixes it for you!

@bloomdido
Copy link

Doh! Looks like you got the paths mixed up. Now I think it's broken for v3, as well as previous versions.

@cheerfulstoic
Copy link
Contributor Author

Ah, shoot, thanks! Fixed and released as 0.5.6!

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

2 participants