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

48 lines
1.4 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.
2023-05-10 11:35:23 +00:00
oracle
Create a Database Migration Service connection profile for Oracle.
2022-03-01 04:29:52 +00:00
postgresql
Create a Database Migration Service connection profile for PostgreSQL.
2024-04-03 09:23:31 +00:00
sqlserver
Create a Database Migration Service connection profile for SQL Server.
2022-03-01 04:29:52 +00:00
NOTES
This variant is also available:
$ gcloud alpha database-migration connection-profiles create