You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gcp_cloud_function_sql_export/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Upload the function to GCF in the current GCP project:
20
20
### Solution Dependencies
21
21
22
22
-[Cloud PubSub](https://cloud.google.com/pubsub) topic must exist
23
-
-[Cloud Scheduler](https://cloud.google.com/scheduler)must be set to trigger notifications on schedule for any instances and databases in those instances you want backed up to GCS
24
-
- see `gcp_cloud_schedule_sql_exports.sh` in [DevOps Bash tools](https://github.com/HariSekhon/DevOps-Bash-tools/) repo - creates jobs for every database in every Cloud SQL instance in the current project (except replicas and stopped instances)
25
-
- service account with permissions to access [Cloud SQL](https://cloud.google.com/sql) and the [GCS](https://cloud.google.com/storage) bucket
23
+
-[Cloud Scheduler](https://cloud.google.com/scheduler)jobs to trigger backups
24
+
- see `gcp_cloud_schedule_sql_exports.sh` in [DevOps Bash tools](https://github.com/HariSekhon/DevOps-Bash-tools/) repo
25
+
-a service account with permissions to access [Cloud SQL](https://cloud.google.com/sql) and the [GCS](https://cloud.google.com/storage) bucket
26
26
- see `gcp_sql_exports_create_service_account.sh` in [DevOps Bash tools](https://github.com/HariSekhon/DevOps-Bash-tools/) repo
0 commit comments