Stay organized with collections Save and categorize content based on your preferences.
In this page, you confirm that the migration job migrated data from your source database instance to the destination Cloud SQL database instance correctly.
At a minimum, verify that the database instance and its tables exist in the Cloud SQL instance. You can also verify the tables' row counts or exact contents.
The following steps show a minimal example:
show databases;
to list the databases and verify that you see your source database instance.use source_database_instance_name;
because you want to see the tables associated with this database instance.show tables;
to see the tables of this instance.select * from table_name;
to see the information that's contained in a table of your source database instance.If everything you check is as you expect, then Database Migration Service has migrated the data correctly.
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 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This guide provides steps to verify that a migration job has successfully transferred data from a source database to a destination Cloud SQL database instance."],["Verification involves checking for the existence of the migrated database instance and its tables in the Cloud SQL instance."],["You can perform checks in Cloud Shell such as listing databases, selecting a source instance database, listing its tables, and viewing data contained in those tables to verify data."],["The migration is considered successful if the information checked in the Cloud SQL instance matches what is expected from the source database instance."]]],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4