You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

On local minikube, the following configuration works:

bitnami.yaml

But trying to replicate the configuration to the actual cronjob on oom it's been unsuccessful.

cronjob.yaml


The issue seems to be the mapping of paths from containers to hostPath.

The most common issue seems to be that backup container (mariadb-galera-backup-init) is unable to start the backup and create the folders, then the validation container (mariadb-backup-validate) fails as paths used are not created.

  • No labels