doctl-databases
manage DigitalOcean managed database clusters
TLDR
List database clusters
SYNOPSIS
doctl databases command [options]
DESCRIPTION
doctl databases manages DigitalOcean Managed Databases including PostgreSQL, MySQL, Redis, MongoDB, and Kafka clusters.
The command provides full lifecycle management for database clusters, from creation and configuration to monitoring and deletion. Managed databases handle automated backups, updates, high availability, and scaling. The tool supports various database engines optimized for different use cases, from relational databases to caching and streaming platforms.
Additional subcommands manage database users, connection pools, read replicas, firewall rules, and maintenance windows. Connection strings and credentials can be retrieved for application integration.
SUBCOMMANDS
list
List database clusters.create
Create a cluster.get
Get cluster details.delete
Delete a cluster.connection
Get connection info.resize
Resize a cluster.migrate
Migrate to new region.db
Manage databases.user
Manage users.pool
Manage connection pools.replica
Manage read replicas.firewalls
Manage firewall rules.
SEE ALSO
doctl(1), doctl-databases-user(1)
