Skip to content

upgrade neo4j to 4.0.6#33

Open
dhimmel wants to merge 3 commits into
mainfrom
neo4j-4.0
Open

upgrade neo4j to 4.0.6#33
dhimmel wants to merge 3 commits into
mainfrom
neo4j-4.0

Conversation

@dhimmel

@dhimmel dhimmel commented Jun 20, 2020

Copy link
Copy Markdown
Member

refs #32

work in progress

@dhimmel

dhimmel commented Jun 20, 2020

Copy link
Copy Markdown
Member Author

Running into an error when trying to run the neo4j docker locally:

docker run \
  --name=hetionet-container \
  --rm \
  --publish=7474:7474 \
  --publish=7687:7687 \
  --volume=$HOME/neo4j/hetionet-data:/data \
  --volume=$HOME/neo4j/hetionet-logs:/logs \
  --env NEO4J_EDITION=community \
  dhimmel/hetionet

Not retrieving database as it already exists
Not retrieving guides as they already exist
/docker-entrypoint.sh: line 243: NEO4J_EDITION: unbound variable

Looks like the error is happening in this line upstream.

Adding ENV NEO4J_EDITION=community to the Dockerfile or --env NEO4J_EDITION=community \ to the docker run command does not resolve the error.

@dhimmel dhimmel mentioned this pull request Sep 20, 2022
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

Successfully merging this pull request may close these issues.

1 participant