Restore & DR for external database’s in Azure & AWS (IHC)
PLEASE NOTE: If on the old external database architecture (Helm Chart <4.13.0) please reach out to Immuta Support prior to making any changes to avoid potential issues.
Azure Scenario 1 - Azure managed restore
This scenario should be used when performing Azure infrastructure upgrades or other infra. related activities are causing issues with all resources in the Immuta cluster, or there is corruption/ total loss of the flexible PostgreSQL server.
kubectl -n <NAMESPACE> get pvckubectl -n <NAMESPACE> delete pvc <PVC-NAME>
Azure Scenario 2 - Immuta cluster restore
This scenario should be used when performing Azure infrastructure upgrades or other infra. related activities are causing issues with the Immuta installation and NOT the external flexible PostgreSQL server.
kubectl -n <NAMESPACE> get pvckubectl -n <NAMESPACE> delete pvc <PVC-NAME>
AWS Scenario 1 - RDS Snapshot Restore
This scenario should be used when performing AWS infrastructure upgrades or other infra. related activities are causing issues with all resources in the Immuta cluster, or there is corruption/ total loss of the RDS DB Instance.
AWS Scenario 2 - Immuta cluster restore
This scenario should be used when performing AWS infrastructure upgrades or other infra. related activities are causing issues with the Immuta installation and NOT the external RDS DB Instance.
PreviousIMDSv2 Suport on AWS and ImmutaNextMigration/ Install to External Database fails with: "migrations found.."
Last updated

