B Restoring CNC Console
Perform this procedure to restore CNC Console.
Prerequisites:
- Take a backup of the
occncc_custom_values_<version>.yaml
file that was used for installing CNC Console. - Take a backup of the CNC Console database and restore the database as described in Disaster Recovery Procedures - DB Backup and Restore section.
Corruption in CNC Console Deployment
This section describes how to recover the CNC Console when the deployment is corrupted.
Console Deployment Corruption
If Console deployment is corrupted, do the following:- Run the following command to uninstall the corrupted CNCC deployment
deployment:
helm uninstall <deployment name> --namespace <namespace>
Where,<deployment name>
is a name used to track this installation instance.
Example:
helm uninstall cncc --namespace cncc
- Install Console using the backed up copy of the
occncc_custom_values_<version>.yaml
file.For information about installing CNC Console using Helm, see Oracle Communication Cloud Native Core Console Installation and Upgrade Guide.