-
Notifications
You must be signed in to change notification settings - Fork 83
Document the unbind-system-db command and add details about the system db in cluster #2631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I've added some suggestions that you may find useful.
|
||
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. | ||
|
||
This command should be run on all remaining members of a cluster to work as expected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is my whole suggestion (all comments here combined), if you want to apply it:
This command should be run on all remaining members of a cluster to work as expected. | |
You must shut down all cluster members before running the command on each of them. | |
For details, see xref:clustering/multi-region-deployment/disaster-recovery.adoc#make-the-system-database-write-available[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 when the command is issued, downtime is expected for all databases within the DBMS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @renetapopova! I applied your suggestions. Now it reads smoother.
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
…m db in cluster (neo4j#2631) Add a new page covering the `neo4j-admin dbms unbind-system-db` command. Add a section about the `system` database role in a cluster to the page 'Managing databases in a cluster'. This PR should be copied to the 5.x branch with a few adjustments: the label `Introduced in 5.0` should be added. --------- Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
…m db in cluster (neo4j#2631) Add a new page covering the `neo4j-admin dbms unbind-system-db` command. Add a section about the `system` database role in a cluster to the page 'Managing databases in a cluster'. This PR should be copied to the 5.x branch with a few adjustments: the label `Introduced in 5.0` should be added. --------- Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
…m db in cluster (#2631) (#2642) Add a new page covering the `neo4j-admin dbms unbind-system-db` command. Add a section about the `system` database role in a cluster to the page 'Managing databases in a cluster'. This PR should be copied to the 5.x branch with a few adjustments: the label `Introduced in 5.0` should be added. --------- Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
#2643) …m db in cluster (#2631) Add a new page covering the `neo4j-admin dbms unbind-system-db` command. Add a section about the `system` database role in a cluster to the page 'Managing databases in a cluster'. This PR should be copied to the 5.x branch with a few adjustments: the label `Introduced in 5.0` should be added. --------- --------- Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Add a new page covering the
neo4j-admin dbms unbind-system-db
command.Add a section about the
system
database role in a cluster to the page 'Managing databases in a cluster'.This PR should be copied to the 5.x branch with a few adjustments: the label
Introduced in 5.0
should be added.