NAME
gdcloud database import sql - Importe dados para um recurso personalizado DBCluster a partir de um ficheiro de despejo SQL no armazenamento de objetos.
SYNOPSIS
gdcloud database import sql CLUSTER_NAME URI [flags]
EXEMPLOS
To import data from an SQL dump file "myfile.dmp" stored in bucket "mybucket" in the PostgreSQL DBCluster "postgres-db", run:
gdcloud database import sql postgres-db mybucket/myfile.dmp
MARCAS OPCIONAIS
--database string Database name for import (PostgreSQL Only).
--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 GDCLOUD GERAIS
Estas marcas estão disponíveis para todos os comandos: --configuration, --format, --help, --project e --quiet.
Para mais informações, consulte a página de vista geral da referência da CLI gdcloud.