You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/backup-restore/planning.adoc
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,9 @@ Backing up a database in a clustered environment is not essentially different fr
183
183
Use `SHOW DATABASE <database>` to learn which servers are hosting the database you want to back up.
184
184
See xref:clustering/monitoring/show-databases-monitoring.adoc#show-databases-monitoring-listing-single[Listing a single database] for more information.
185
185
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
+
186
189
Restoring from the command line involves putting a copy of the database on disk on each server that will need it.
187
190
That can be awkward to achieve.
188
191
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