Skip to content

Commit ae35bd1

Browse files
Apply suggestions from code review
Co-authored-by: Reneta Popova <[email protected]>
1 parent efb71fc commit ae35bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/clustering/databases.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To create a database `foo` with 3 servers hosting the database in primary mode a
1919
----
2020
CREATE DATABASE foo TOPOLOGY 3 PRIMARIES 2 SECONDARIES
2121
----
22-
Alternatively, using link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/syntax/parameters[parameters]:
22+
Alternatively, starting from 5.26, you can use link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/syntax/parameters[parameters] to provide the number of primaries and secondaries:
2323

2424
.Parameters
2525
[source,javascript, indent=0]
@@ -67,7 +67,7 @@ To change the topology of the database `foo` from the previous example, the comm
6767
----
6868
ALTER DATABASE foo SET TOPOLOGY 2 PRIMARIES 1 SECONDARY
6969
----
70-
Alternatively, using link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/syntax/parameters[parameters]:
70+
Alternatively, starting from 5.26, you can use link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/syntax/parameters[parameters] to provide the number of primaries and secondaries:
7171

7272
.Parameters
7373
[source,javascript, indent=0]

0 commit comments

Comments
 (0)