CAST Imaging System - Information - Neo4j - How to un quarantine imaging neo4j database

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

imaging VersionYes/No
>= 2.x

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**