mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
40 lines
1.1 KiB
Text
40 lines
1.1 KiB
Text
NAME
|
|
gcloud alpha spanner migrate - migrate external databases to Cloud Spanner
|
|
|
|
SYNOPSIS
|
|
gcloud alpha spanner migrate COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Migrate external databases to Cloud Spanner.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
cleanup
|
|
(ALPHA) Cleanup migration resources given a data migration job id.
|
|
|
|
data
|
|
(ALPHA) Migrate data from a source database to Cloud Spanner given a
|
|
schema.
|
|
|
|
schema
|
|
(ALPHA) Migrate schema from a source database to Cloud Spanner.
|
|
|
|
schema-and-data
|
|
(ALPHA) Migrate data from a source database to Cloud Spanner given a
|
|
schema.
|
|
|
|
web
|
|
(ALPHA) Run the web UI assistant for schema migrations.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist.
|
|
|