gdcloud database clusters clone

NOMBRE

gdcloud database clusters clone: clona un recurso personalizado DBCluster en un nuevo DBCluster.

SYNOPSIS

gdcloud database clusters clone SOURCE DESTINATION [flags]

EJEMPLOS

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

BANDERAS OBLIGATORIAS

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

GDCLOUD WIDE FLAGS

Estas marcas están disponibles para todos los comandos: --configuration, --format, --help, --project y --quiet.

Para obtener más información, consulta la página Información general sobre la referencia de la CLI de gdcloud.