Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/51N52.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
:page-role: changed-2025.07

= 51N52

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

== Explanation

This error occurs when trying to create or alter a database while providing a topology with primary count outside the supported range.

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
8 changes: 7 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/51N53.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
:page-role: changed-2025.07

= 51N53

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

== Explanation

This error occurs when trying to create or alter a database while providing a topology with secondary count outside the supported range.

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down