gdcloud database clusters clone

NAME

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

SYNOPSIS

gdcloud database clusters clone SOURCE DESTINATION [flags]

EXAMPLES

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

REQUIRED FLAGS

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

OPTIONAL FLAGS

  -h, --help   help for clone