名称
gdcloud database clusters clone - 将 DBCluster 自定义资源克隆到新的 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
。
如需了解详情,请参阅 gdcloud CLI 参考概览页面。