Bei Import- und Exportvorgängen steht IMPORT oder EXPORT im Feld TYPE. Der Status dieser Vorgänge wird im Feld STATUS angezeigt.
Sie können auch Details eines bestimmten Vorgangs auflisten lassen oder auf den Abschluss eines bestimmten Vorgangs warten. Weitere Informationen zu diesem Befehl finden Sie auf der Referenzseite zum gcloud sql operations-Befehl.
Wenn Sie einen Export in einen Cloud Storage-Bucket vorgenommen haben, finden Sie auch in der von Cloud SQL im Bucket erstellten Log-Datei Informationen zum Exportstatus.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[],[],null,["# Check the status of import and export operations\n\n\u003cbr /\u003e\n\n[MySQL](/sql/docs/mysql/import-export/checking-status-import-export \"View this page for the MySQL database engine\") \\| [PostgreSQL](/sql/docs/postgres/import-export/checking-status-import-export \"View this page for the PostgreSQL database engine\") \\| SQL Server\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nThis page describes how to check the status of your Cloud SQL import and\nexport operations.\n\nEach status message includes:\n\n- A timestamp.\n- A status (pending, running, or done).\n- A message containing the details of the operation.\n\nCheck the status\n----------------\n\nYou can use the Google Cloud console or `gcloud` to check the status of an\nimport or export.\n\n\u003cbr /\u003e\n\n### Console\n\n1. In the Google Cloud console, go to the **Cloud SQL Instances** page.\n\n [Go to Cloud SQL Instances](https://console.cloud.google.com/sql)\n2. To open the **Overview** page of an instance, click the instance name.\n3. Select **Operations** from the SQL navigation menu.\n\n The most recent operations are at the top of the list. Look for \"Import\"\n or \"Export\" in the **Type** field.\n\n| Note: If your export fails, you can get\n| information about the failure in the instance operations log.\n| [Learn more.](/sql/docs/sqlserver/logging#logs)\n\n### gcloud\n\nTo view the status of an import or export operation: \n\n```bash\ngcloud sql operations list \\\n--instance INSTANCE_NAME \\\n--limit 10\n```\n\nImport and export operations have `IMPORT` or `EXPORT`\nin the `TYPE` field. The status of these operations is in the\n`STATUS` field.\n\nYou can also list details of a specific operation or wait for a specific\noperation to complete. For more information on this command, see the\n[`gcloud sql operations`](/sdk/gcloud/reference/sql/operations) command reference page.\n| Note: If your export fails, you can get\n| information about the failure in the instance operations log.\n| [Learn more.](/sql/docs/sqlserver/instance-info#logs)\n\nIf you exported into a Cloud Storage bucket, you can also check the log file\ncreated by Cloud SQL in the bucket for information about export status.\n\nWhat's next\n-----------\n\n- Learn more about [importing and exporting data](/sql/docs/sqlserver/import-export)."]]