B Restoring SCP

Perform this procedure to restore SCP when SCP deployment is corrupted.
Take a backup of the following:
  • The custom_values.yaml file that was used for installing SCP.
  • The SCP database and restore the database as described in SCP Data Corruption. Perform the SCP database backup daily or when there is any network change.
  1. Run the following command to uninstall the corrupted SCP deployment:
    helm uninstall <release_name> --namespace <namespace>
    Where,
    • <release_name> is a name used to track this installation instance.
    • <namespace> is the namespace of SCP deployment.

    Example:

    helm uninstall ocscp --namespace scpsvc
  2. Install SCP using the backed up copy of the custom_values.yaml file.
    For information about installing SCP using Helm, see Installation Tasks.
  3. To verify whether SCP installation is complete, see Postinstallation Tasks.