Updates a MariaDB instance
Updates a MariaDB instance.
stackit mariadb instance update INSTANCE_ID [flags]
Update the plan of a MariaDB instance with ID "xxx"
$ stackit mariadb instance update xxx --plan-id yyy
Update the range of IPs allowed to access a MariaDB instance with ID "xxx"
$ stackit mariadb instance update xxx --acl 1.2.3.0/24
--acl strings List of IP networks in CIDR notation which are allowed to access this instance (default [])
--enable-monitoring Enable monitoring
--graphite string Graphite host
-h, --help Help for "stackit mariadb instance update"
--metrics-frequency int Metrics frequency
--metrics-prefix string Metrics prefix
--monitoring-instance-id string Monitoring instance ID
--plan-id string Plan ID
--plan-name string Plan name
--plugin strings Plugin
--syslog strings Syslog
--version string Instance MariaDB version
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
- stackit mariadb instance - Provides functionality for MariaDB instances