Skip to content

add support for advanced mysql config get and patch operations - #1885

Merged
anup-deka merged 2 commits into
digitalocean:mainfrom
gangasingh01:DBAAS-8481-add-support-for-adv-mysql-config-get-and-patch-operations
Jul 31, 2026
Merged

add support for advanced mysql config get and patch operations#1885
anup-deka merged 2 commits into
digitalocean:mainfrom
gangasingh01:DBAAS-8481-add-support-for-adv-mysql-config-get-and-patch-operations

Conversation

@gangasingh01

@gangasingh01 gangasingh01 commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

The Aim of this PR is to add support for ADVANCED_MYSQL configuration patch and get operations

doctl databases configuration get <CLUSTER_UUID> \
  --engine advanced_mysql \
  -o json \
  --api-url=https://api.digitalocean.com \
  --access-token <ACCESS_TOKEN>
image
doctl databases configuration update <CLUSTER_UUID> \
  --engine advanced_mysql \
  --config-json '{"mysql_parameters":{"max_connections":"200"}}' \
  --api-url=https://api.digitalocean.com \
  --access-token  <ACCESS_TOKEN>
image

@gangasingh01
gangasingh01 force-pushed the DBAAS-8481-add-support-for-adv-mysql-config-get-and-patch-operations branch from d98a629 to be206e6 Compare July 31, 2026 05:36
@gangasingh01
gangasingh01 marked this pull request as ready for review July 31, 2026 05:36

@anup-deka anup-deka left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@anup-deka
anup-deka merged commit d180de6 into digitalocean:main Jul 31, 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