firestoreバックアップする。

簡単に手動で firestoren のバックアップをする方法。 firestore のバックアップは GCP コンソールでおこないます。

管理権限のあるアカウントでログイン Cloud Shell を立ち上げる。

現在洗濯中のプロジェクトを知る

gcloud config get-value project

別のプロジェクトを選択

gcloud config set project [PROJECT_ID]
gcloud firestore export gs://$projectID.appspot.com/bk/

import

gcloud firestore import gs://[STORAGE_ID]/[BUCKET_ID]
gcloud firestore import gs:/$projectID.appspot.com/2021-07-17
h(x)={x(x>0)0(x<=0)h(x) = \begin{cases} x & (x>0) \\ 0 & (x<=0) \end{cases}