Skip to content

Commit 4b73e9f

Browse files
Update modules/ROOT/pages/backup-restore/online-backup.adoc
1 parent 887cb3f commit 4b73e9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/ROOT/pages/backup-restore/online-backup.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,10 @@ When enabled, the DBMS automatically selects the most appropriate servers to act
377377
By default, the online backup command requires the user to determine which servers host the target database and direct the command to one of them.
378378
With remote address resolution enabled, the DBMS performs this mapping automatically, removing the need for manual server selection.
379379

380+
The server selection occurs in the following order:
381+
* The DBMS first selects all servers hosting the database in secondary mode.
382+
* If it is not possible to back up from one of the secondaries, the DBMS attempts to take a backup from the primary followers before finally trying the database primary writer.
383+
380384

381385
[[online-backup-example]]
382386
== Examples

0 commit comments

Comments
 (0)