Skip to content

Commit 4935310

Browse files
authored
fix: pitr restore annotaion for tidb (#2340)
1 parent 01f044f commit 4935310

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

addons/tidb/templates/actionset-pitr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
labels:
66
{{- include "tidb.labels" . | nindent 4 }}
77
annotations:
8-
dataprotection.kubeblocks.io/unify-full-and-continuous-restore: "true"
8+
dataprotection.kubeblocks.io/skip-base-backup-restore-in-pitr: "true"
99
spec:
1010
backupType: Continuous
1111
backup:

addons/tidb/templates/clusterdefinition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ spec:
2727
- tikv
2828
- tidb-pd
2929
update:
30-
- tidb
31-
- tikv
3230
- tidb-pd
31+
- tikv
32+
- tidb

0 commit comments

Comments
 (0)