Skip to content

Commit fb8b695

Browse files
authored
Merge pull request #3631 from nhsuk/backups_on_qa
Include QA into backup process
2 parents 2575bc9 + 8e69e00 commit fb8b695

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/releasing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ deploy to production.
7676

7777
Use the `deploy.yml` workflow to run the deployments. For the production deployment, it's important to start the workflow from the `main` branch and specify the tag to deploy as input. This is because only workflows from the `main` branch can authenticate with the production AWS account.
7878

79+
Changes to the backup infrastructure must be deployed separately. In the rare case that the backup infrastructure needs to be updated, run the `deploy-backup-infrastructure.yml` workflow.
80+
7981
## When `release` and `main` have diverged
8082

8183
There are cases when `release` won't be fast-forwardable to the release

terraform/app/env/preview.tfvars

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,3 @@ http_hosts = {
2727
appspec_bucket = "nhse-mavis-appspec-bucket-preview"
2828
minimum_web_replicas = 2
2929
maximum_web_replicas = 4
30-
31-
enable_backup_to_vault = true

terraform/app/env/qa.tfvars

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ minimum_web_replicas = 2
2727
maximum_web_replicas = 4
2828
max_aurora_capacity_units = 16
2929
container_insights = "enhanced"
30+
31+
enable_backup_to_vault = true

0 commit comments

Comments
 (0)