We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f044f commit 4935310Copy full SHA for 4935310
addons/tidb/templates/actionset-pitr.yaml
@@ -5,7 +5,7 @@ metadata:
5
labels:
6
{{- include "tidb.labels" . | nindent 4 }}
7
annotations:
8
- dataprotection.kubeblocks.io/unify-full-and-continuous-restore: "true"
+ dataprotection.kubeblocks.io/skip-base-backup-restore-in-pitr: "true"
9
spec:
10
backupType: Continuous
11
backup:
addons/tidb/templates/clusterdefinition.yaml
@@ -27,6 +27,6 @@ spec:
27
- tikv
28
- tidb-pd
29
update:
30
- - tidb
31
- - tikv
32
+ - tikv
+ - tidb
0 commit comments