LinuxCommandLibrary

exo-dbaas

Exoscale managed database service operations

TLDR

List database services

$ exo dbaas list
copy
Create a database
$ exo dbaas create [pg] [name] --zone [ch-gva-2] --plan [startup-4]
copy
Show database details
$ exo dbaas show [name] --zone [ch-gva-2]
copy
Delete a database
$ exo dbaas delete [name] --zone [ch-gva-2]
copy
Update database settings
$ exo dbaas update [name] --zone [ch-gva-2]
copy

SYNOPSIS

exo dbaas command [options]

DESCRIPTION

exo dbaas manages Exoscale Database as a Service (DBaaS). Supports PostgreSQL, MySQL, Redis, OpenSearch, Kafka, and other managed database engines.
DBaaS provides fully managed database instances with automated backups, monitoring, updates, and high availability. Services run on dedicated infrastructure with configurable performance plans.
The tool handles provisioning, configuration updates, and access credential management without manual database server administration.

PARAMETERS

--zone zone

Exoscale zone.
--plan plan
Service plan.

SUBCOMMANDS

list

List database services.
create
Create a database service.
show
Show database details.
update
Update database settings.
delete
Delete a database.
types
List available database types.

SEE ALSO

exo(1), exo-storage(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community