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 83ea2c4 commit 0c3ba89Copy full SHA for 0c3ba89
modules/backup/README.md
@@ -16,7 +16,7 @@ For internal backups the workflow also takes care about deleting the old backups
16
## Exports to GCS
17
18
But the backups mentioned above are bound to the SQL instance.
19
-This means as soon as you [delete the instance](https://cloud.google.com/sql/docs/mysql/delete-instance) you are also loosing your backups.
+This means as soon as you [delete the instance](https://cloud.google.com/sql/docs/mysql/delete-instance) you are also losing your backups.
20
To avoid this you can also export data. There is a second workflow doing exactly that.
21
22
> **Note**: To enable or disable the exports to GCS Buckets use the Terraform variable `enable_export_backup`
0 commit comments