Skip to content

mod: added support for autoscaling#1850

Merged
kishlay-singh-DO merged 5 commits into
digitalocean:mainfrom
gangasingh01:DBAAS-8408/add-support-for-autoscale
May 28, 2026
Merged

mod: added support for autoscaling#1850
kishlay-singh-DO merged 5 commits into
digitalocean:mainfrom
gangasingh01:DBAAS-8408/add-support-for-autoscale

Conversation

@gangasingh01

@gangasingh01 gangasingh01 commented May 26, 2026

Copy link
Copy Markdown
Contributor

The aim of this PR is to add support for storage autoscale options for databases using doctl

Attaching the test evidences for the get and update calls for the same

image

GET storage autoscale details

./doctl databases storage-autoscale get \ 
  <cluster_uuid> \
  --api-url=https://api.digitalocean.com \
  --access-token <token>
image image

UPDATE storage autoscale details

./doctl databases storage-autoscale update \
   <cluster_uuid>\
  --enabled true \
  --threshold-percent 60 \
  --increment-gib 40 \
  --api-url=https://api.digitalocean.com \
  --access-token <token>
image image

@gangasingh01 gangasingh01 marked this pull request as ready for review May 27, 2026 07:22
@kishlay-singh-DO kishlay-singh-DO merged commit 34d4119 into digitalocean:main May 28, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants