Skip to content

Commit fa40171

Browse files
committed
updated README.md
1 parent 3ee8660 commit fa40171

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gcp_cloud_function_sql_export/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Upload the function to GCF in the current GCP project:
2020
### Solution Dependencies
2121

2222
- [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
2626
- see `gcp_sql_exports_create_service_account.sh` in [DevOps Bash tools](https://github.com/HariSekhon/DevOps-Bash-tools/) repo

0 commit comments

Comments
 (0)