LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

exo-dbaas

Exoscale managed database service operations

TLDR

List database services
$ exo dbaas list
copy
Create a PostgreSQL database
$ exo dbaas create pg [name] --zone [ch-gva-2] --plan [hobbyist-2]
copy
Show database details
$ exo dbaas show [name] --zone [ch-gva-2]
copy
Show database connection URI
$ exo dbaas show [name] --zone [ch-gva-2] --uri
copy
List available database types and plans
$ exo dbaas type list [--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] --plan [business-4]
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 (e.g., ch-gva-2, de-fra-1, at-vie-1).
--plan plan
Service plan (e.g., hobbyist-2, startup-4, business-4).
--uri
Show the connection URI for the database service.
-O, --output-format FORMAT
Output format: table, json, text.

SUBCOMMANDS

list

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

INSTALL

sudo dnf install exo
copy
sudo pacman -S exo
copy
sudo apk add exoscale
copy
nix profile install nixpkgs#exo
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid