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
Upload the function to GCF in the current GCP project:
15
+
16
+
```
17
+
./deploy.sh
18
+
```
19
+
20
+
### Solution Dependencies
21
+
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
+
- service account with permissions to access [Cloud SQL](https://cloud.google.com/sql) and the [GCS](https://cloud.google.com/storage) bucket
25
+
26
+
See [DevOps Bash tools] repo which has scripts to idempotently create the service account and permissions, and also set up the [Cloud Scheduler](https://cloud.google.com/scheduler) jobs for every running non-replica instance and database in the current project.
0 commit comments