Closed ianstanton closed 3 weeks ago
Add support for Azure backup and restore in tembo-operator and conductor.
tembo-operator
conductor
Conductor changes include steps for creating the Azure 'IAM' resources necessary for instances to perform backup / restore with Azure Blob Storage.
When an instance using Azure is created:
When an instance using Azure is deleted:
Note: This only supports the backup archive bucket at the moment. We'll add support for the storage archive bucket as a follow-up
We need to add this spec value to the Cluster resource for Azure deployments:
inheritedMetadata: labels: azure.workload.identity/use: "true"
I'll follow up with this shortly.
Add support for Azure backup and restore in
tembo-operator
andconductor
.Conductor changes include steps for creating the Azure 'IAM' resources necessary for instances to perform backup / restore with Azure Blob Storage.
When an instance using Azure is created:
When an instance using Azure is deleted:
Note: This only supports the backup archive bucket at the moment. We'll add support for the storage archive bucket as a follow-up