Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
NOME
gdcloud database export sql - Export data from a DBCluster custom resource to an file di dump SQL and upload to object storage.
SINOSSI
gdcloud database export sql CLUSTER_NAME URI [flags]
ESEMPI
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/
GDCLOUD WIDE FLAGS
Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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."]]],[]]