summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-02-18 23:22:59 +0000
committerGerrit Code Review <review@openstack.org>2021-02-18 23:22:59 +0000
commit90d99939fbb325eff3406a15f7913980326944c6 (patch)
treefffe96c60daaff7fdb64f8b504565ea2a099d37f /doc
parent4069c667ce995967b36f999a0b68ff31e4cc816d (diff)
parent6fdf11ea7f5c77e83dd746fa33b7a354417aec08 (diff)
downloadtrove-90d99939fbb325eff3406a15f7913980326944c6.tar.gz
Merge "Support to restore backup from remote location"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/user/backup-db.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/source/user/backup-db.rst b/doc/source/user/backup-db.rst
index 9a1a10e5..9aa5e13b 100644
--- a/doc/source/user/backup-db.rst
+++ b/doc/source/user/backup-db.rst
@@ -276,3 +276,21 @@ Create an incremental backup based on a parent backup:
| status | NEW |
| updated | 2014-03-19T14:09:13 |
+-------------+--------------------------------------+
+
+Restore backup from other regions
+---------------------------------
+
+Restoring backup from other regions were introduced in Wallaby,
+
+In multi-region deployment with geo-replicated Swift, the user is able to
+create a backup in one region using the backup data created in the others,
+which is useful in Disaster Recovery scenario. Instance ID is not required in
+this case when restoring backup, but the original backup data location (a swift
+object URL), the local datastore version and the backup data size are required.
+
+.. warning::
+
+ The restored backup is dependent on the original backup data, if the
+ original backup is deleted, the restored backup is invalid.
+
+TODO: Add CLI example once supported in python-troveclient.