gcloud database-migration conversion-workspaces seed (CONVERSION_WORKSPACE : --region=REGION) (--destination-connection-profile=DESTINATION_CONNECTION_PROFILE | --gcs-path=GCS_PATH | --source-connection-profile=SOURCE_CONNECTION_PROFILE) [--no-async] [--auto-commit] [--endpoint-mode=ENDPOINT_MODE] [--source-database-name-override=SOURCE_DATABASE_NAME_OVERRIDE] [GCLOUD_WIDE_FLAG …]
gcloud database-migration conversion-workspaces seed my-conversion-workspace --region=us-central1 --source-connection-profile=cp1To seed a conversion workspace and auto commit:
gcloud database-migration conversion-workspaces seed my-conversion-workspace --region=us-central1 --source-connection-profile=cp1 --auto-commitTo update the source database override before seeding:
gcloud database-migration conversion-workspaces seed my-conversion-workspace --region=us-central1 --source-connection-profile=cp1 --source-database-name-override=my-db
To set the project attribute:
conversion_workspace on the command line with
a fully specified name;
--project on the command line;
core/project.
CONVERSION_WORKSPACE
To set the conversion_workspace attribute:
conversion_workspace on the command line.
--region=REGIONregion attribute:
conversion_workspace on the command line with
a fully specified name;
--region on the command line.
To set the project attribute:
--destination-connection-profile on the
command line with a fully specified name;
--project on the command line;
core/project.
region attribute:
--destination-connection-profile on the
command line with a fully specified name;
--region on the command line.
--destination-connection-profile=DESTINATION_CONNECTION_PROFILEconnection_profile attribute:
provide the argument --destination-connection-profile on the
command line.
--gcs-path=GCS_PATHproject attribute:
--source-connection-profile on the command
line with a fully specified name;
--project on the command line;
core/project.
To set the region attribute:
--source-connection-profile on the command
line with a fully specified name;
--region on the command line.
--source-connection-profile=SOURCE_CONNECTION_PROFILEconnection_profile attribute:
provide the argument --source-connection-profile on the command
line.
--no-async--auto-commit--endpoint-mode=ENDPOINT_MODEregional/endpoint_mode property value for this command
invocation. ENDPOINT_MODE must be one of:
globalregionalregional-preferred--source-database-name-override=SOURCE_DATABASE_NAME_OVERRIDE--access-token-file,
--account, --billing-project,
--configuration,
--flags-file,
--flatten, --format, --help, --impersonate-service-account,
--log-http,
--project, --quiet, --trace-token, --user-output-enabled,
--verbosity.
Run $ gcloud help for details.
--endpoint-mode=regional-preferred flag. To use
regional endpoints by default, run $ gcloud config set
regional/endpoint_mode regional-preferred.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-30 UTC.