Hi, We have setup Temporal setup on GCP Kubernetes using Helm Chart. We are using Cloud SQL PostgreSQL to store the temporal Data. We had some running workflows in the temporal. Due to some issues, we deleted and reinstalled the Temporal server setup and connected back to the same old DB.
But even though we connected to the old DB instance and DB has all the current workflows in it, when we launched the Temporal UI, there are no workflow. It shows the namespace and no running workflows. In PostgreSQL DB we can see those workflows and but not in the Temporal UI.
Based on some investigation, we guess the issue could be with the Elastic search Indices, though not sure. If so, there is any way to restore or create the indices from the DB??
How to ensure that in the future we don’t lose such workflows in Temporal in case of re installation? What configuration we need to perform with Helm chart setup to preserve the data.
Support is greatly appreciated.