Disable OneDB archives

About this task

You can disable the OneDB backups at deployment time by providing the following configuration override values:
onedb:
    customConfig:
        LOG_BACKUP_MODE: “NONE”

    customInitSQL: |-
        database sysadmin;
        update sysadmin:ph_task set tk_enable=’f’ where tk_name=”Cloud Backup”;

You can also disable the archives after OneDB helm charts have already been installed. You can do this from the command line or you can do this through OneDB Explore.