Use Cases for Rerunning the PostInstallDB Job

This topic describes the steps to rerun the postInstallDB job.

To rerun the postInstallDB job:

  1. 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.
  2. Go to the Helm charts directory:
    cd /home/opc/siebel/<env_id>/<namespace>-helmcharts
  3. Go to the siebel directory:
    cd siebel
  4. Increment the chart version in the Chart.yaml file. For example, increment the version from 0.1.0 to 0.1.1.
  5. 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.