gdcloud database export sql CLUSTER_NAME URI [flags]
EXAMPLES
To export data to an SQL dump file and upload to directory "dmp" under bucket "mybucket" from the DBCluster "sample-dbc", run:
gdcloud database export sql sample-dbc mybucket/dmp/
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-16 UTC。"],[[["This command exports data from a DBCluster custom resource to an SQL dump file."],["The exported SQL dump file can be uploaded to object storage."],["The command requires the DBCluster name and the destination URI in object storage."],["Several global flags like `--configuration`, `--format`, `--help`, `--project`, and `--quiet` are available for use."]]],[]]