Unbind the system
databaseEnterprise Edition
You can use the neo4j-admin dbms unbind-system-db
command to remove and archive the cluster state for the system
database, so that the server can rebind to a new system
database in the cluster.
Executing the |
Syntax
The neo4j-admin dbms unbind-system-db
command has the following syntax:
neo4j-admin dbms unbind-system-db [-h] [--expand-commands] [--verbose] [--archive-cluster-state[=true|false]] [--additional-config=<file>] [--archive-path=<path>]
Options
The neo4j-admin dbms unbind-system-db
command has the following options:
Option | Description | Default |
---|---|---|
|
Configuration file with additional configuration. |
|
|
Enable or disable the cluster state archiving. |
|
|
Destination (file or folder) of the cluster state archive. |
|
|
Allow command expansion in config value evaluation. |
|
|
Show this help message and exit. |
|
|
Enable verbose output. |
Limitations
The Neo4j process must be shut down on all servers before running the neo4j-admin dbms unbind-system-db
command.
Usage
The neo4j-admin dbms unbind-system-db
command removes and archives cluster state for the system
database, so that the server can rebind to a new system
database in a cluster.
You must shut down all cluster members before running the command on each of them.
For details, see Disaster recovery guide → Make the system
database write-available.
The neo4j-admin dbms unbind-system-db
command does not affect the cluster state of the standard databases.
However, since all servers in the DBMS must be shut down before the command is issued, downtime is expected for all databases within the DBMS.