Skip to content

Commit

Permalink
Merge pull request #5435 from sunu/improve-backups-docs
Browse files Browse the repository at this point in the history
docs: add step to enable terrafrom workspace
  • Loading branch information
sunu authored Jan 28, 2025
2 parents e6eea7b + aa1686a commit d34723b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ To enable backups of home directories running on AWS EBS volumes, add the follow
enable_nfs_backup = true
```

Ensure you are in the correct terraform workspace to apply the changes:

```bash
terraform workspace select $CLUSTER_NAME
```
Then apply the changes with:
```bash
Expand Down

0 comments on commit d34723b

Please sign in to comment.