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?
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?
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
.
Unanswered | Unsolved | Solved
MySQL, InnoDB, MariaDB and MongoDB are trademarks of their respective owners.
Copyright © 2006 - 2024 Percona LLC. All rights reserved.