storage Mb
The max storage allowed for the PostgreSQL Flexible Server. Possible values are 32768
, 65536
, 131072
, 262144
, 524288
, 1048576
, 2097152
, 4193280
, 4194304
, 8388608
, 16777216
and 33553408
.
Note: If the
storage_mb
field is undefined on the initial deployment of the PostgreSQL Flexible Server resource it will default to32768
. If thestorage_mb
field has been defined and then removed, thestorage_mb
field will retain the previously defined value. Note: Thestorage_mb
can only be scaled up, for example, you can scale thestorage_mb
from32768
to65536
, but not from65536
to32768
. Scaling downstorage_mb
forces a new PostgreSQL Flexible Server to be created.