Wednesday, April 7, 2021

[google-cloud-sql-discuss] Re: Can't Add Storage Capacity of PostgreSQL Cloud SQL

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

```


On Thursday, April 1, 2021 at 5:17:58 PM UTC+2 fredri...@gmail.com wrote:
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!
On Monday, 29 March 2021 at 11:45:17 UTC+1 muhamma...@qasir.id wrote:
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

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/d8d7175b-30f3-4bfc-a91e-6d0f31e5c8a1n%40googlegroups.com.

No comments:

Post a Comment