[ Web Proxy ]
URL:
Viewing: https://cloud.google.com/sql/docs/mysql/import-export/checking-status-import-export [Back]  [Original]

Check the status of import and export operations  |  Cloud SQL for MySQL  |  Google Cloud Documentation Skip to main content
Google Cloud Documentation [Google Cloud Documentation]
Send feedback

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 and export operations.

Each status message includes:

Check the status

You can use the Google Cloud console or gcloud to check the status of an import or export.

You can also check the status of a cancelled import or export operation. For more information, see Check the cancelled status.

Console

  1. In the Google Cloud console, go to the Cloud SQL Instances page.

    Go to Cloud SQL Instances

  2. To open the Overview page of an instance, click the instance name.
  3. Select Operations from the SQL navigation menu.

    The most recent operations are at the top of the list. Look for "Import" or "Export" in the Type 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:

gcloud sql operations list \
--instance INSTANCE_NAME \
--limit 10

Import and export operations have IMPORT or EXPORT in the TYPE field. The status of these operations is in the STATUS field.

You can also list details of a specific operation or wait for a specific operation to complete. For more information on this command, see the gcloud 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 file created by Cloud SQL in the bucket for information about export status.

What's next

Send feedback

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-08-17 UTC.

Need to tell us more? [[["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 2026-08-17 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page