The Deployment Configuration

You must back up the deployment configuration of your CloudBlue Commerce system and then use its backups to restore it. The deployment configuration is stored in the config-yaml-backup secret in the namespace of your system.

You can manually back it up with the following command:

kubectl -n NAMESPACE get secret config-yaml-backup -o yaml > config-yaml-backup.yaml

In this command, NAMESPACE is the namespace of your system.

For example:

kubectl -n cbc get secret config-yaml-backup -o yaml > config-yaml-backup.yaml