Use Cases for Rerunning the PostInstallDB Job
This topic describes the steps to rerun the postInstallDB job.
To rerun the postInstallDB job:
- Connect to SCM using one of the following methods, depending on your SCM
deployment:
- SSH in to the SCM VM instance and exec in to the SCM container, or
- Connect to the Kubernetes cluster where SCM is running and exec in to the SCM pod.
- Go to the Helm charts
directory:
cd /home/opc/siebel/<env_id>/<namespace>-helmcharts - Go to the
siebeldirectory:cd siebel - Increment the chart version in the
Chart.yamlfile. For example, increment the version from 0.1.0 to 0.1.1. - Commit the changes in the Git
repository:
git status git add Chart.yaml git commit -m "siebel helm chart committed" git push
Flux automatically upgrades the siebel Helm chart. The automatic Flux
reconciliation process might take up to ten minutes. The postinstallDB
job is triggered after the Flux reconciliation process completes.