-
Notifications
You must be signed in to change notification settings - Fork 75
Document the new clear data option for the recreate database procedure. #2258
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
Document the new clear data option for the recreate database procedure. #2258
Conversation
The test failure will be covered in a separate PR. |
3fa6205
to
cc93083
Compare
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.
In general, everything looks good. I just want to clarify details.
In Neo4j 2025.04 an additional option was added to the recreate database procedure which clears the data (e.g. nodes and relationships) and the schema (e.g. constraints and indexes) for the database. | ||
This means you end up with an empty store, but as with the other recreate database options, all privileges associated with the database are kept. | ||
|
||
When, and only when, the clear data option is used, the store format can also be changed for the recreated database. |
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.
Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com>
Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com>
Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com>
85ebba9
to
7ae8cee
Compare
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
…e. (neo4j#2258) Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Co-authored-by: Natalia Ivakina <natalia.ivakina@neotechnology.com>
No description provided.