We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1951484 commit f5c0b42Copy full SHA for f5c0b42
.github/workflows/duplicate-prod-db.yml
@@ -34,4 +34,10 @@ jobs:
34
gsutil mb -l $GCP_REGION -p $BUCKET_PROJECT_ID "gs://${DUMP_BUCKET_NAME}"
35
else
36
echo "Bucket already exists."
37
- fi
+ fi
38
+
39
+ # Give write permission for the source sql instance to write to the bucket
40
+ # gsutil iam ch serviceAccount:$SOURCE_SQL_SERVICE_ACCOUNT:objectCreator gs://$BUCKET_NAME
41
42
+ # Give read permission on the bucket to the destination sql instance
43
+ #gsutil iam ch serviceAccount:$DEST_SQL_SERVICE_ACCOUNT:objectViewer gs://$BUCKET_NAME
0 commit comments