Re-enabling scheduled backups

If you disabled scheduled backups before updating keys, secrets, or passwords, enable the backups again for your API Connect deployment.

About this task

Procedure

  1. Open the management cluster CR for editing by running the following command:
    kubectl -n namespace edit CR-name
    where:
    • namespace is the namespace where the Management subsystem is installed.
    • CR-name is the name of the CR that was used to install the Management subsystem.
  2. In the databaseBackup section of the CR, replace the schedule entry that you removed earlier when you disabled scheduled backups.
  3. Save and close the file.