Skip to content

Commit 66a209e

Browse files
authored
Revert "Update 51N52 and 51N53 to work for both alter and create (#344)"
This reverts commit 9e6463e.
1 parent 9e6463e commit 66a209e

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
:page-role: changed-2025.07
2-
31
= 51N52
42

53
== Status description
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.
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>> }`.
115

126
ifndef::backend-pdf[]
137
[discrete.glossary]

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
:page-role: changed-2025.07
2-
31
= 51N53
42

53
== Status description
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.
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>> }`.
115

126
ifndef::backend-pdf[]
137
[discrete.glossary]

0 commit comments

Comments
 (0)