From b705c2579d5f1f25ae1e613d8fbff0d4b6433988 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Fri, 16 Oct 2020 18:21:42 +0100 Subject: [PATCH] updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9ac4f79..7c5260a1 100644 --- a/README.md +++ b/README.md @@ -355,8 +355,8 @@ etc. - `gcp_sql_enable_automated_backups.sh` - enable automated daily [Cloud SQL](https://cloud.google.com/sql) backups - `gcp_sql_enable_point_in_time_recovery.sh` - enable point-in-time recovery with write-ahead logs for [Cloud SQL](https://cloud.google.com/sql) instances - `gcp_sql_exports_create_service_account.sh` - creates a service account and grants read-only permissions to [Cloud SQL](https://cloud.google.com/sql) and object creator only permissions on the backup export [GCS](https://cloud.google.com/storage) bucket - - `gcp_cloud_schedule_sql_exports.sh` - creates Google [Cloud Scheduler](https://cloud.google.com/scheduler) jobs to trigger [Cloud Function](https://cloud.google.com/functions) SQL exports to [GCS](https://cloud.google.com/storage) via [PubSub](https://cloud.google.com/pubsub) messages for all [Cloud SQL](https://cloud.google.com/sql) instances in the current GCP project - - find the Python GCF function in the [DevOps Python tools](https://github.com/HariSekhon/DevOps-Python-tools) repo + - `gcp_cloud_schedule_sql_exports.sh` - creates Google [Cloud Scheduler](https://cloud.google.com/scheduler) jobs to send [PubSub](https://cloud.google.com/pubsub) messages to trigger a [Cloud Function](https://cloud.google.com/functions) to run [Cloud SQL](https://cloud.google.com/sql) exports to [GCS](https://cloud.google.com/storage) for all [Cloud SQL](https://cloud.google.com/sql) instances in the current GCP project + - find the Python [GCF](https://cloud.google.com/functions) function in the [DevOps Python tools](https://github.com/HariSekhon/DevOps-Python-tools) repo - `bigquery_*.sh` - [BigQuery](https://cloud.google.com/bigquery) scripts: - `bigquery_list_datasets.sh` - lists BigQuery datasets in the current GCP project - `bigquery_list_tables.sh` - lists BigQuery tables in a given dataset