If you use Decision Intelligence Client Managed Software, back up the secrets
and your PostgreSQL
databases.
About this task
The secret ibm-dba-ads-designer-secret encapsulates the
encryptionKeys key, which is used to cipher and decipher secrets in Decision
Designer. The secret ibm-dba-ads-runtime-secret encapsulates the
encryptionKeys key, which is used to cipher and decipher secrets in the decision
runtime.
Procedure
- Make a copy of the secrets. To retrieve the secrets, run the following commands:
kubectl --namespace $ADS_RELEASE_NAMESPACE get secret ibm-dba-ads-designer-secret -o yaml
kubectl --namespace $ADS_RELEASE_NAMESPACE get secret ibm-dba-ads-runtime-secret -o yaml
- If you previously changed the name of secrets in the custom resource (CR), configure the
names with the
ads_configuration.decision_designer.admin_secret_name and
ads_configuration.decision_runtime.admin_secret_name parameters.
- Synchronize your decision services with a remote Git repository to minimize risk of data
loss.
- Back up the PostgreSQL data.
- For an external PostgreSQL server, see the backup
documentation of your PostgreSQL provider.