gdcloud database export sql CLUSTER_NAME URI [flags]
示例
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"]],["最后更新时间 (UTC):2025-07-16。"],[[["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."]]],[]]