Can't Add Storage Capacity of PostgreSQL Cloud SQL

31 views
Skip to first unread message

Muhammad Rizal Mahifa

unread,
Mar 29, 2021, 6:45:17 AM3/29/21
to Google Cloud SQL discuss
Hi,

When I try to add storage capacity of my PostgreSQL instance from 200 GB to 250 GB, I don't get any error message. But, storage capacity of my instance not change from 200 GB to 250 GB. Any one could help me please?. Thank you

Fredrik Blom

unread,
Apr 1, 2021, 11:17:58 AM4/1/21
to Google Cloud SQL discuss
I experienced the same issue. For me the trick was to do it with the gcloud cli instead. That worked as a charm:
gcloud sql instances patch <instance-name> --storage-size=250

Good luck!

Andrew Cooper

unread,
Apr 7, 2021, 7:04:14 AM4/7/21
to Google Cloud SQL discuss

How are you adding the storage? Are you using the `gcloud` CLI or the GCP Console? If you are following specific documentation, can you share it here and I am more than happy to advise you?

If you are using the `gcloud` CLI it might be failing silently so to help identify what might be happening. By adding some debug switches to the command, the output should provide more detailed information about what is happening.

```

$ gcloud sql instances patch <instance-name> --storage-size=250 --log-http --verbosity=debug

```

Reply all
Reply to author
Forward
0 new messages