What is this integration?
Provision and manage DigitalOcean managed databases.Supported Engines
| Engine | Slug | Versions |
|---|---|---|
| PostgreSQL | pg | 11, 12, 13, 14, 15, 16 |
| MySQL | mysql | 5.7, 8.0 |
| Valkey | valkey | 7, 8 |
| MongoDB | mongodb | 4.4, 5.0, 6.0, 7.0 |
| Apache Kafka | kafka | 3.5 |
| OpenSearch | opensearch | 1.x, 2.x |
Note: Redis has been replaced by Valkey on DigitalOcean. If you want to use Redis, usevalkeyas the engine instead. For backwards compatibility, specifyingengine: rediswill automatically be mapped tovalkey.
What Monk manages
- Database clusters and configuration
Getting Started
- Add DO provider (PAT configured in provider)
- Define a PostgreSQL cluster (save as do-db.yaml):
- Create/update:
Backup & Restore Actions
DigitalOcean managed databases include automatic daily backups with 7-day retention.| Action | Description | Key Parameters |
|---|---|---|
get-backup-info | Show backup config and PITR status | - |
list-backups | List available backup points | - |
describe-backup | Get backup details | backup_created_at |
restore | Fork new cluster from backup | new_cluster_name, backup_created_at |
get-restore-status | Check fork progress | cluster_id |

