1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-12 07:58:28 +00:00

gcloud: Wed Apr 26 10:24:37 UTC 2023

This commit is contained in:
Automated 2023-04-26 10:24:37 +00:00
parent b33a8a3e6e
commit 2ae1bc2b12
276 changed files with 6093 additions and 833 deletions

View file

@ -20,7 +20,8 @@ SYNOPSIS
DESCRIPTION
Create a Database Migration Service destination connection profile for
Cloud SQL. This will create a Cloud SQL replica.
Cloud SQL. This will create a Cloud SQL replica. Used for PostgreSQL and
MySQL migrations.
EXAMPLES
To create a connection profile for Cloud SQL with database version MySQL

View file

@ -16,7 +16,9 @@ DESCRIPTION
creating the migration job:
▪ Create a source connection profile. See prerequisites here
(https://cloud.google.com/database-migration/docs/mysql/configure-source-database).
▪ Create a destination connection profile.
▪ Create a destination connection profile. For MySQL and PostgreSQL
migrations, use the cloudsql connection profile for DMS to create the
CloudSQL replica for you.
▪ Configure the connectivity method. See prerequisites here
(https://cloud.google.com/database-migration/docs/mysql/configure-connectivity).