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
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
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)
I guess a version-conditional one-line fix ...
Runtime information:
Neo4j database version: 3.4.1
neo4j
gem version: 9.6.0neo4j-core
gem version: 9.0.0neo4j-rake_taks
gem version: 0.7.19The text was updated successfully, but these errors were encountered: