gdcloud database migrations start

NOMBRE

gdcloud database migrations start: Inicia una migración.

SINOPSIS

gdcloud database migrations start MIGRATION_NAME [flags]

EXAMPLES

To start a stopped Migration with name "migration-sample", run:

  gdcloud database migrations start migration-sample

To start a running Migration with name "migration-sample" for AlloyDBOmni, run:

  gdcloud database migrations start migration-sample --database-engine ALLOYDBOMNI

MARCAS OPCIONALES

      --database-engine string   Destination DBCluster type. (default "POSTGRESQL")
      --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.

MARCAS DE GDCLOUD WIDE

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 de descripción general de la referencia de la gcloud CLI.