Skip to content

Commit

Permalink
Add Natalia's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Frannie-Ludmilla committed Nov 26, 2024
1 parent b61d288 commit 8097ba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/ROOT/pages/procedures.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1137,9 +1137,9 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-ver
| *Description* 3+a| Remove the quarantine status from a database in a server performing a cleanup `operation`.
The possible values for the cleanup operation are:

* `keepStateKeepStore` -- do nothing, leave store and cluster state as it is,
* `replaceStateKeepStore` -- join as a new member clearing the current cluster state but keeping the store
* `replaceStateReplaceStore` -- join as a new member clearing both the current cluster state and the store
* `keepStateKeepStore` -- do nothing; leave store and cluster state as they are.
* `replaceStateKeepStore` -- join as a new member, clearing the current cluster state but keeping the store.
* `replaceStateReplaceStore` -- join as a new member, clearing both the current cluster state and the store.
.4+| *Input arguments* | *Name* | *Type* | *Description*
| `server` | `STRING` | The name or the id of the server where there is the quarantined database.
| `databaseName` | `STRING` | The name of the database whose quarantine status must be removed.
Expand Down

0 comments on commit 8097ba6

Please sign in to comment.