mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 23:49:35 +00:00
34 lines
865 B
Text
34 lines
865 B
Text
|
|
NAME
|
||
|
|
gcloud database-migration connection-profiles create - create Database
|
||
|
|
Migration Service connection profiles
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud database-migration connection-profiles create COMMAND
|
||
|
|
[GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
Commands for creating Database Migration Service connection profiles.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
cloudsql
|
||
|
|
Create a Database Migration Service connection profile for Cloud SQL.
|
||
|
|
|
||
|
|
mysql
|
||
|
|
Create a Database Migration Service connection profile for MySQL.
|
||
|
|
|
||
|
|
postgresql
|
||
|
|
Create a Database Migration Service connection profile for PostgreSQL.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This variant is also available:
|
||
|
|
|
||
|
|
$ gcloud alpha database-migration connection-profiles create
|
||
|
|
|