docker-neo4j
docker-neo4j copied to clipboard
Docker Images for the Neo4j Graph Database
## Bug report When upgrading to Neo4j 4.4.9 we realized that processing of the property `dbms.jvm.additional` is not working anymore for JVM parameters that contain spaces. Extract from neo4j.conf: `dbms.jvm.additional="-XX:+HeapDumpOnOutOfMemoryError"...
# Reproduce * `docker run neo4j:4.4.7-enterprise locale charmap` * `docker run neo4j:4.4.8-enterprise locale charmap` # Expected Behaviour * both result in `UTF-8` # Actual Behaviour * 4.4.7: `UTF-8` * 4.4.8:...
Bug: neo4j container sometimes fails to start without outputting any message, after being forced to stop. This happens if the `--time` / `stop_grace_period` of `docker stop` or `docker compose stop`...
Operating System: MacOS 12.4 Neo4J docker image: 4.4.4+ docker version: 20.10.16, build aa7e414 Expected behaviour: - Neo4J starts inside the docker container successful Actual behaviour: - Docker container crashes with...
Hello there, While in the process of preparing a docker-compose, I thought it would be great to make depend my main service on whether my neo4j instance has properly started...
Hey, My team is using a fairly old version of Neo4j (4.2.8 to be precise) and all of us got a bit surprised when we realized that the image that...
we have changed the set password success message to emphasise that the command only takes effect when run before the database is started for the first time.
Previously some module options were hardcoded in neo4j. Now they are part of distributes neo4j config. As a result, if config gets lost or changed for test purposes we need...
Adds 2 new tests for upgrading from published neo4j docker images to the one just built. 1) tests upgrade within the same minor version e.g released 4.0 -> 4.0.7-SNAPSHOT 2)...