summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-07-12 21:26:44 +1200
committerLingxian Kong <anlin.kong@gmail.com>2020-07-17 11:35:53 +1200
commit828e873846495df6d6911f9c196ae1fb478492f5 (patch)
tree40594616246e68fe54bef919cdc02d7dc310b682 /releasenotes/notes
parentf8ca333b4302ef5681f7f63731cce141e4ad7cf3 (diff)
downloadtrove-828e873846495df6d6911f9c196ae1fb478492f5.tar.gz
Support backup strategy API
Change-Id: I0ddd7214dae6e29ddfaf045fdb282f4980a8afff
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/victoria-support-backup-strategy.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/victoria-support-backup-strategy.yaml b/releasenotes/notes/victoria-support-backup-strategy.yaml
new file mode 100644
index 00000000..97b9335c
--- /dev/null
+++ b/releasenotes/notes/victoria-support-backup-strategy.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - The user can create backup strategy to define the configurations for
+ creating backups, e.g. the swift container to store the backup data. Users
+ can also specify the container name when creating backups which takes
+ precedence over the backup strategy configuration.