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

gcloud: Sat Jun 14 05:31:37 UTC 2025

This commit is contained in:
Automated 2025-06-14 05:31:37 +00:00
parent 1799759190
commit fa40c10f6a
712 changed files with 17386 additions and 4918 deletions

View file

@ -1,6 +1,6 @@
NAME
gcloud beta alloydb clusters migrate-cloud-sql - migrate Cloud SQL instance
to an AlloyDB cluster using an existing Cloud SQL backup
to an AlloyDB cluster
SYNOPSIS
gcloud beta alloydb clusters migrate-cloud-sql CLUSTER
@ -30,8 +30,8 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Migrate Cloud SQL instance to an AlloyDB cluster using an existing
Cloud SQL backup.
(BETA) This command migrates a Cloud SQL instance to an AlloyDB cluster
using an existing Cloud SQL backup.
EXAMPLES
To migrate a Cloud SQL instance to an AlloyDB cluster from a backup, run:
@ -80,7 +80,7 @@ OPTIONAL FLAGS
for this cluster will be created in the allocated range. The range name
must comply with RFC 1035. Specifically, the name must be 1-63
characters long and match the regular expression
[a-z]([-a-z0-9][a-z0-9])?.
[a-z]([-a-z0-9]*[a-z0-9])?.
--async
Return immediately, without waiting for the operation in progress to
@ -88,7 +88,7 @@ OPTIONAL FLAGS
--database-version=DATABASE_VERSION
Database version of the cluster. DATABASE_VERSION must be one of:
POSTGRES_14, POSTGRES_15, POSTGRES_16.
POSTGRES_14, POSTGRES_15, POSTGRES_16, POSTGRES_17.
--enable-private-service-connect
Enable Private Service Connect (PSC) connectivity for the cluster.
@ -343,8 +343,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud alloydb clusters migrate-cloud-sql
$ gcloud alpha alloydb clusters migrate-cloud-sql