Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Spike: 2h] Fix storage backups for Azure clusters #4487

Closed
1 of 2 tasks
Tracked by #4390
GeorgianaElena opened this issue Jul 24, 2024 · 1 comment
Closed
1 of 2 tasks
Tracked by #4390

[Spike: 2h] Fix storage backups for Azure clusters #4487

GeorgianaElena opened this issue Jul 24, 2024 · 1 comment
Assignees

Comments

@GeorgianaElena
Copy link
Member

GeorgianaElena commented Jul 24, 2024

This is a follow-up to #624 and is blocking #4426

While working on validating that restoring backups works, I couldn't find any backup instances, so we need to figure out what's missing to get that working.

I suspect https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/backup_protected_file_share is the missing bit, but we should verify this

Tasks

Definition of done

Monitor backup creation in Backup Center -> Backup instances of the the Azure Portal. Either:

  • new backups are being created and the issue is resolved, or;
  • backups are not being created and further spikes are required.
@sgibson91
Copy link
Member

I tried to add the suggested terraform resources but with no luck. Details of my experiment can be found in #4627

Eventually, I tried configuring the backups manually in Azure Portal, to see if I could figure out why the file share wasn't being discovered. It turns out that NFS shares are not supported for backup! So our terraform config will never work! https://werecomputersamistake.com/

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants