drupalwxt / helm-drupal

Helm Chart for deploying an enterprise-grade Drupal environment.
https://drupalwxt.github.io/helm-drupal/index.yaml
MIT License
31 stars 22 forks source link

Backup options? #141

Open liquidcms opened 1 year ago

liquidcms commented 1 year ago

What would be required to make specific parts (db, public, private) of the backup action optional?

sylus commented 1 year ago

I think what we could do is put the following block in values.yaml directly, so then anyone could override these default settings in their own values-override.yaml.

https://github.com/drupalwxt/helm-drupal/blob/master/drupal/templates/cronjob/drupal-backup.yaml#L58

So we would still have the same defaults but allow for it to overridden as a whole.

liquidcms commented 1 year ago

I think this would also need to control what gets restored as well, correct?