domino-data-importer Helm chart:
- Backup schedule
- Importer command-line arguments (The importer is the program that performs the backup. Typically, you do not have to customize this component.)
Customize backup schedule
Use the Helm chart valuebackups.schedule to change the interval at which backups are performed. This is fed to a Kubernetes CronJob object.
The default value is @daily, and any valid Kubernetes CronJob schedule string will work, for example: 0 */4 * * *. The string mimics standard cron syntax.
Customize importer command-line arguments
Use thebackupJobScript Helm chart value to customize the command that creates the backup bundles. The default command line arguments are:
--delete for testing or debugging purposes. The backups are typically removed from local storage after upload via this argument. Removing it will leave the backup’s working directory intact, allowing you to troubleshoot the state of it prior to upload.
You can also remove --alert-on-fail for testing or debugging purposes to prevent sending any further alerts to the Domino Admin dashboard.