NAME
gdcloud database clusters clone - Clona um recurso personalizado DBCluster em um novo DBCluster.
SYNOPSIS
gdcloud database clusters clone SOURCE DESTINATION [flags]
EXEMPLOS
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
FLAGS OBRIGATÓRIAS
--point-in-time string defines a past state of the DBCluster to clone (should be RFC 3339 format).
FLAGS OPCIONAIS
--zone string Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.
FLAGS GERAIS DA GDCLOUD
Essas flags estão disponíveis para todos os comandos: --configuration, --format, --help, --project, --quiet.
Para mais informações, consulte a página Visão geral da referência da CLI gdcloud.