NAME
gdcloud database migrations start - Inicia una migración.
SYNOPSIS
gdcloud database migrations start MIGRATION_NAME [flags]
EJEMPLOS
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
Estas marcas están disponibles en todos los comandos: --configuration, --format, --help, --project y --quiet.
Para obtener más información, consulta la página de resumen de la referencia de la CLI de gdcloud.