1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/database-migration/connection-profiles/create/help

42 lines
1.2 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
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.
2022-06-08 09:13:38 +00:00
▪ Create a source connection profile with the mysql or postgresql
commands.
▪ Create a destination connection profile for a Cloud SQL instance with
the cloudsql command. For Cloud SQL instance as a source, use the
create command for the relevant engine type (e.g. mysql).
2022-03-01 04:29:52 +00:00
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
2023-01-19 00:56:33 +00:00
alloydb
Create a Database Migration Service connection profile for AlloyDB.
2022-03-01 04:29:52 +00:00
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