Skip to content

Commit 5abd864

Browse files
authored
Apply suggestion from @renetapopova
1 parent 94199bc commit 5abd864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/scalability/sharded-property-databases/admin-operations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Failure to meet this requirement will make a given replica of a property shard u
130130
If a property shard replica does fall behind the transaction log range available on the graph shard, you can recover it by:
131131

132132
. Connecting to the `system` database on the server hosting the affected replica using the _bolt://_ scheme.
133-
//. Quarantining the replica using xref:procedures.adoc#procedure_dbms_quarantineDatabase[`dbms.quarantineDatabase()`].
133+
. Quarantining the replica using xref:procedures.adoc#procedure_dbms_quarantineDatabase[`dbms.quarantineDatabase()`].
134134
. Unquarantining the replica using xref:procedures.adoc#procedure_dbms_unquarantineDatabase[`dbms.unquarantineDatabase()`] with the `replaceStateReplaceStore` option.
135135
This will force the replica to copy the database store files from another replica of the property shard.
136136

0 commit comments

Comments
 (0)