We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa40171 commit 6c384baCopy full SHA for 6c384ba
gcp_cloud_function_sql_export/README.md
@@ -19,7 +19,7 @@ Upload the function to GCF in the current GCP project:
19
20
### Solution Dependencies
21
22
-- [Cloud PubSub](https://cloud.google.com/pubsub) topic must exist
+- a [Cloud PubSub](https://cloud.google.com/pubsub) topic
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
0 commit comments