owncloud-docker / helm-charts

ownCloud Server Helm charts
https://owncloud-docker.github.io/helm-charts/
Apache License 2.0
4 stars 11 forks source link

feat: Add chart hook for backups during upgrade #18

Open d7oc opened 2 years ago

d7oc commented 2 years ago

Helm features chart hooks (https://helm.sh/docs/topics/charts_hooks/) which allow to execute Jobs in the Kubernetes cluster based on certain criteria. One scenario I see right now is the database backup before an upgrade is run. So that the chance for a rollback exists.