I would like to rename a Cloud SQL database using only the gcloud
CLI.
I can see that I can patch
a database using the CLI. However it seems to only patch either the collation or the charset but not the database name itself.
Do you know if there is a way to achieve it with the CLI ?
If not, I will use a Cloud SQL Auth Proxy and run the ALTER
command directly on the database.