File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
firestore/solution-scheduled-backups Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ $ gcloud projects add-iam-policy-binding YOUR_PROJECT_ID \
23
23
```
24
24
25
25
Give the service account permission to write to the GCS bucket you
26
- are going to use. Here we will use the default bucket:
26
+ are going to use. Here, we will use the default bucket:
27
27
28
28
``` shell
29
- $ sutil iam ch \
29
+ $ gsutil iam ch \
30
30
serviceAccount:
[email protected] :objectCreator \
31
31
gs://YOUR_PROJECT_ID.appspot.com
32
32
```
@@ -38,7 +38,7 @@ Open `cron.yaml` and edit this line:
38
38
/cloud-firestore-export?outputUriPrefix=gs://BUCKET_NAME[/PATH]&collections=test1,test2
39
39
```
40
40
41
- You shoudl change ` gs://BUCKET_NAME[/PATH] ` to the Google Cloud Storage
41
+ You should change ` gs://BUCKET_NAME[/PATH] ` to the Google Cloud Storage
42
42
path where your data should be backed up. If you only want to back up certain
43
43
collections, change ` test1,test2 ` to a comma-separated list of those collections.
44
44
Otherwise, delete the ` &collections=test1,test2 ` param.
@@ -71,4 +71,4 @@ was started:
71
71
outputUriPrefix: " gs://YOUR_PROJECT_ID.appspot.com/2018-10-11-22-47-15"
72
72
}
73
73
}
74
- ```
74
+ ```
You can’t perform that action at this time.
0 commit comments