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 Version | Yes/No |
|---|---|
| >= 2.x | ✅ |
Details
To un-quarantine neo4j database
Open neo4j browser: http://localhost:7474/browser/
Select the database as system and run the query
CALL dbms.quarantineDatabase(“neo4j”,false)
**Notes/comments**
**Related Pages**