Skip to content

Commit eb4b45b

Browse files
committed
Add "Data Protection" Cloud SQL check to Concourse update doc
1 parent 20eabd8 commit eb4b45b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/concourse/concourse_minor_version_upgrade.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,16 @@ Please note the process should be also useful for upgrading major versions.
3232
../terragrunt/scripts/concourse/create-sql-backup.sh
3333
```
3434

35-
6. Apply roll-out for new Concourse version
35+
6. Check Cloud SQL "Data Protection" settings
36+
37+
In the GCP console, navigate to:
38+
https://console.cloud.google.com/sql/instances/ -> select instance name -> edit -> Data Protection
39+
40+
Make sure the following flags are enabled:
41+
* "Prevent instance deletion"
42+
* "Retain backups after instance deletion"
43+
44+
7. Apply roll-out for new Concourse version
3645
```
3746
terragrunt run-all apply --terragrunt-source-update
3847
```

0 commit comments

Comments
 (0)