Skip to content

Commit b3c4d2e

Browse files
committed
feat(mariadb): Update bootstrap configuration to use backup reference for improved recovery
1 parent 8c4dcd6 commit b3c4d2e

File tree

1 file changed

+4
-14
lines changed
  • infrastructure/clusters/feather-core/configs/mariadb-galera

1 file changed

+4
-14
lines changed

infrastructure/clusters/feather-core/configs/mariadb-galera/mariadb.yaml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,10 @@ spec:
2525
podDisruptionBudget:
2626
maxUnavailable: 66%
2727
bootstrapFrom:
28-
s3:
29-
bucket: mariadb-galera-backup
30-
prefix: backups
31-
endpoint: s3.onelite.feather:7480
32-
accessKeyIdSecretKeyRef:
33-
name: mariadb
34-
key: access-key-id
35-
secretAccessKeySecretKeyRef:
36-
name: mariadb
37-
key: secret-access-key
38-
tls:
39-
enabled: false
40-
backupContentType: Physical
41-
targetRecoveryTime: 2025-09-22T18:00:00Z
28+
backupRef:
29+
name: mariadb-galera-backup
30+
kind: PhysicalBackup
31+
targetRecoveryTime: 2025-09-22T12:00:00Z
4232

4333
# Ensure that the Pods are not preempted by Kubernetes to make room for new scheduled Pods.
4434
priorityClassName: system-node-critical

0 commit comments

Comments
 (0)