gcloud database clusters clone

NOME

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

SINOSSI

gdcloud database clusters clone SOURCE DESTINATION [flags]

ESEMPI

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

FLAG OBBLIGATORI

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

GDCLOUD WIDE FLAGS

Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.

Per saperne di più, consulta la pagina Panoramica del riferimento di gcloud CLI.