Skip to content

Commit 836dd0c

Browse files
committed
fix the backtick
1 parent 595d1e2 commit 836dd0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/ROOT/pages/clustering/databases.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Neo4j 5.24 introduces the xref:reference/procedures.adoc#procedure_dbms_cluster_
235235

236236
* To make your database write-available again after it has been lost (for example, due to a disaster).
237237
// See xref:clustering/disaster-recovery.adoc[] for more information.
238-
238+
239239
[CAUTION]
240240
====
241241
The recreate procedure works only for real user databases and not for composite databases, or the `system` database.
@@ -304,7 +304,7 @@ If not used stores were more up to date than the used ones, this results in data
304304

305305
You can specify a set of available servers.
306306
The stores on all allocations will be synchronized to the most up-to-date store from the defined servers.
307-
The number of defined servers cannot exceed the number of total allocations in the desired topology.
307+
The number of defined servers cannot exceed the number of total allocations in the desired topology.
308308

309309
[source, shell]
310310
----
@@ -341,7 +341,7 @@ There is an option to define a new topology when recreating a database.
341341
This can be beneficial during a disaster, if enough servers are not available to recreate the database with the original topology.
342342
When altering the total number of allocations down during a recreation, it is important to remember that the number of seeding servers cannot exceed the number of total allocations of the database.
343343
This also holds true when using recreate with an empty list of seeders.
344-
If there are more available servers in the cluster hosting the database than the number of new allocations, the recreation will fail.
344+
If there are more available servers in the cluster hosting the database than the number of new allocations, the recreation will fail.
345345

346346
[source, shell]
347347
----
@@ -488,7 +488,7 @@ Each configuration value is specified as a name followed by `=` and the value, a
488488

489489
[source, cypher, role="noplay"]
490490
----
491-
CREATE DATABASE foo OPTIONS { existingData: 'use', seedURI: 's3:/myBucket/myBackup.backup, seedConfig: 'region=eu-west-1' }
491+
CREATE DATABASE foo OPTIONS { existingData: 'use', seedURI: 's3:/myBucket/myBackup.backup', seedConfig: 'region=eu-west-1' }
492492
----
493493

494494
The available configuration options are:

0 commit comments

Comments
 (0)