I'm trying to make the config flag dbms.read_only=true working with Neo4j community edition (I know there are user roles in the enterprise, but I'm not wealthy enough for their expensive fees).
I've done this:
- Created a database as read/write, using Neo4j Desktop (v1.1.8) under Mac and 3.4.5 as database engine.
- Populated it with just a few nodes
- Stopped, set
dbms.read_only=trueand restarted
At the last step, the server logs shows the error: "UnsupportedOperationException: Can't create index writer in read only mode" and shuts down. So, is that option really (still) working?