We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20eabd8 commit eb4b45bCopy full SHA for eb4b45b
docs/concourse/concourse_minor_version_upgrade.md
@@ -32,7 +32,16 @@ Please note the process should be also useful for upgrading major versions.
32
../terragrunt/scripts/concourse/create-sql-backup.sh
33
```
34
35
-6. Apply roll-out for new Concourse version
+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
45
46
terragrunt run-all apply --terragrunt-source-update
47
0 commit comments