Purpose

Neo4j database can at times go to offline (quarantine) mode due to several reasons such as memory overload. This TKB page provides the command to un-quarantine neo4j database. 

Applicable Platform or <Sub Platform Version>


imaging Version

Yes/No

>= 2.x (tick) 
Details

To un-quarantine neo4j database

  1. Open neo4j browser: http://localhost:7474/browser/
  2. Select the database as system and run the query 

    CALL dbms.quarantineDatabase("neo4j",false)
Notes/comments


Related Pages