From 45b4391d59779c627da7c93c0f66d894ca8e4431 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 27 Dec 2025 21:50:33 -0600 Subject: [PATCH] add restore --- clusters/cl01tl/helm/booklore/values.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/clusters/cl01tl/helm/booklore/values.yaml b/clusters/cl01tl/helm/booklore/values.yaml index 71c890167..d534ae7f8 100644 --- a/clusters/cl01tl/helm/booklore/values.yaml +++ b/clusters/cl01tl/helm/booklore/values.yaml @@ -108,6 +108,21 @@ mariadb-cluster: replicas: 3 galera: enabled: true + bootstrapFrom: + s3: + bucket: mariadb-backups-b230a2f5aecf080a4b372c08 + prefix: cl01tl/booklore + endpoint: nyc3.digitaloceanspaces.com + region: us-east-1 + accessKeyIdSecretKeyRef: + name: booklore-mariadb-cluster-backup-secret-external + key: access + secretAccessKeySecretKeyRef: + name: booklore-mariadb-cluster-backup-secret-external + key: secret + tls: + enabled: true + backupContentType: Physical databases: - name: booklore characterSet: utf8