How to configure XtraDB backup when installing with Helm chart?

I do the XTraDB cluster installation using Helm chart:

helm install xtradb percona/pxc-db --namespace xtradb \
   --set cluster.enabled=true \
   --set backup.storages=??????

How to configure S3 backup here?

1 Like

Hey @Michael_Chudinov ,

you are correct, yes.
Please have a look at percona-helm-charts/values.yaml at main · percona/percona-helm-charts · GitHub.

Check backup section. You can also modify values.yaml file itself and then just do smth like helm install ... -f values.yaml.

1 Like