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

rake neo4j:info failure #48

Open
ghost opened this issue Jan 16, 2020 · 1 comment
Open

rake neo4j:info failure #48

ghost opened this issue Jan 16, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 16, 2020

It looks like the current community-latest (3.4.1) has changed the CLI, so the info task now fails.

Code example (inline, gist, or repo)

> bundle exec rake neo4j:info
Getting Neo4j info for development...
Usage: neo4j { console | start | stop | restart | status | version }
rake aborted!
Unable to run: db/neo4j/development/bin/neo4j info
/home/jjg/.rbenv/versions/2.5.5/bin/bundle:23:in `load'
/home/jjg/.rbenv/versions/2.5.5/bin/bundle:23:in `<main>'
Tasks: TOP => neo4j:info
(See full trace by running task with --trace)

> db/neo4j/development/bin/neo4j info
Usage: neo4j { console | start | stop | restart | status | version }

> db/neo4j/development/bin/neo4j status
Neo4j is running at pid 3281

I guess a version-conditional one-line fix ...

Runtime information:

Neo4j database version: 3.4.1
neo4j gem version: 9.6.0
neo4j-core gem version: 9.0.0
neo4j-rake_taks gem version: 0.7.19

@j1wilmot
Copy link

Duplicate of #50

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