Check the status of import and export operations Stay organized with collections Save and categorize content based on your preferences.
This page describes how to check the status of your Cloud SQL import andexport operations.
Each status message includes:
- A timestamp.
- A status (pending, running, or done).
- A message containing the details of the operation.
Check the status
You can use the Google Cloud console orgcloud
to check the status of animport or export.
Console
In the Google Cloud console, go to theCloud SQL Instances page.
- To open theOverview page of an instance, click the instance name.
- SelectOperations from the SQL navigation menu.
The most recent operations are at the top of the list. Look for "Import" or "Export" in theType field.
Note: If your export fails, you can get information about the failure in the instance operations log.Learn more.
gcloud
To view the status of an import or export operation:
gcloudsqloperationslist\--instanceINSTANCE_NAME\--limit10
Import and export operations haveIMPORT
orEXPORT
in theTYPE
field. The status of these operations is in theSTATUS
field.
You can also list details of a specific operation or wait for a specificoperation to complete. For more information on this command, see thegcloud sql operations
command reference page.
Note: If your export fails, you can get information about the failure in the instance operations log.Learn more.
If you exported into a Cloud Storage bucket, you can also check the log filecreated by Cloud SQL in the bucket for information about export status.
What's next
- Learn more aboutimporting and exporting data.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-14 UTC.