Redeploying a Workflow Process Service Runtime deployment
After you deleted the CP4BA CR YAML file of your ICP4ACluster
instance,
you have extra steps to do when you have a Workflow Process Service Runtime deployment.
About this task
Redeploy a Workflow Process Service Runtime deployment by using the following steps.
- Delete the
WfPSRuntime
instance in the OCP console or by using OCP CLI.Wait for all pods that are associated with WfPS Runtime and embedded PostgreSQL to be terminated.
- Delete the CR YAML file for the
WfPSRuntime
instance in the OCP console or by using OCP CLI.Note: Removing the custom resource YAML file does not remove all the PVs and PVCs you set up for your environment. You need to check and delete the PVs and PVCs or delete the content in the PVs. -
Reinitialize a CP4BA deployment with Workflow Process Service Runtime by using the following steps.
- If you are using an external PostgreSQL database, re-create the database.
- If the Kafka service is enabled, remove all the topics associated with Kafka services if the
topic data is not used. You can get the topics from the Workflow
AsyncAPI
. For more information, see Creating a Kafka service. - If you created saved searches, then remove the
SavedSearchIndex
from the Federated Data Repository. The defaultSavedSearchIndex
name hasibmbawqueries
as a suffix. - If Business Automation Insights installed, reinitialize Business Automation Insights. For more information, see Reinitializing a CP4BA deployment with Business Automation Insights.
- If federation is enabled, reinitialize Process Federation Server. For more information, see Redeploying a Process Federation Server (PFS) deployment.
- Reapply your
WfPSRuntime
CR.