Skip to content

Commit 9e6463e

Browse files
Update 51N52 and 51N53 to work for both alter and create (#344)
Updated in neo-technology/neo4j#31633
1 parent d21eb4f commit 9e6463e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

modules/ROOT/pages/errors/gql-errors/51N52.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
:page-role: changed-2025.07
2+
13
= 51N52
24

35
== Status description
4-
error: system configuration or operation exception - number of primaries out of range. Cannot alter database topology. Number of primaries `{ <<count>> }` needs to be at least 1 and may not exceed `{ <<upper>> }`.
6+
error: system configuration or operation exception - number of primaries out of range. Cannot `{ <<action>> }` database topology. Number of primaries `{ <<count>> }` needs to be at least 1 and may not exceed `{ <<upper>> }`.
7+
8+
== Explanation
9+
10+
This error occurs when trying to create or alter a database while providing a topology with primary count outside the supported range.
511

612
ifndef::backend-pdf[]
713
[discrete.glossary]

modules/ROOT/pages/errors/gql-errors/51N53.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
:page-role: changed-2025.07
2+
13
= 51N53
24

35
== Status description
4-
error: system configuration or operation exception - number of secondaries out of range. Cannot alter database topology. Number of secondaries `{ <<count>> }` needs to be at least 0 and may not exceed `{ <<upper>> }`.
6+
error: system configuration or operation exception - number of secondaries out of range. Cannot `{ <<action>> }` database topology. Number of secondaries `{ <<count>> }` needs to be at least 0 and may not exceed `{ <<upper>> }`.
7+
8+
== Explanation
9+
10+
This error occurs when trying to create or alter a database while providing a topology with secondary count outside the supported range.
511

612
ifndef::backend-pdf[]
713
[discrete.glossary]

0 commit comments

Comments
 (0)