gdcloud database clusters clone

名稱

gdcloud database clusters clone - Clone a DBCluster custom resource to a new DBCluster.

概要

gdcloud database clusters clone SOURCE DESTINATION [flags]

範例

To clone a DBCluster custom resource with name "postgresql-src-db" to a new DBCluster custom resource "postgresql-dst-db", run:

  gdcloud database clusters clone postgresql-src-db postgresql-dst-db \
    --point-in-time=2006-01-02T15:04:05Z

必要標記

      --point-in-time string   defines a past state of the DBCluster to clone (should be RFC 3339 format).

GDCLOUD 廣泛標記

所有指令都可使用這些旗標:--configuration--format--help--project--quiet

詳情請參閱 gcloud CLI 參考資料總覽頁面。