Skip to content

Commit 887cb3f

Browse files
Update planning.adoc
1 parent 0d0cd2a commit 887cb3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ Backing up a database in a clustered environment is not essentially different fr
183183
Use `SHOW DATABASE <database>` to learn which servers are hosting the database you want to back up.
184184
See xref:clustering/monitoring/show-databases-monitoring.adoc#show-databases-monitoring-listing-single[Listing a single database] for more information.
185185

186+
Starting from 2025.09, you can use the `--remote-address-resolution` option to let the DBMS select which servers to use as backup sources.
187+
See xref:backup-restore/online-backup.adoc#_using_remote_address_resolution[] for more details.
188+
186189
Restoring from the command line involves putting a copy of the database on disk on each server that will need it.
187190
That can be awkward to achieve.
188191
The recommended way to restore a database in a cluster is to xref::database-administration/standard-databases/seed-from-uri.adoc[seed from URI].

0 commit comments

Comments
 (0)