database - Neo4j read_only doesn't work -


so... know there's quite few articles , stuff read how set neo4j in read-only mode. problem is, doesn't seem work me.
i've got existing database in neo4j 3.0.3 (i'm not 1 put though, i'm no expert) , need start in way, read-access allowed.
tried changing neo4j.conf file accordingly (some sources put "read_only=true", others "dbms.shell.read_only=true") i'm still able delete or add nodes , relations...

this configuration read in neo4j.conf:

# allow read operations neo4j instance. mode still requires # write access directory lock purposes. dbms.read_only=true 

reference: http://neo4j.com/docs/operations-manual/current/#config_dbms.read_only


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -