uselagoon / lagoon

Lagoon, the developer-focused application delivery platform
https://docs.lagoon.sh/
Apache License 2.0
552 stars 149 forks source link

Allow disabling backup schedules for development and PR deployments #3654

Open MaxCWhitehead opened 5 months ago

MaxCWhitehead commented 5 months ago

Variables are available (LAGOON_BACKUP_DEV_SCHEDULE, LAGOON_BACKUP_PR_SCHEDULE) to override the crontab for backup schedule for dev and pr deployments. There is not currently a way to disable these outright, currently can only make them very infrequent as a workaround.

Being able to disable them would be a nice quality of life improvement.