Managed databases
PostgreSQL, MySQL and Valkey with automatic failover, point-in-time recovery and private networking.
Create a cluster#
Shell
avenlith db create --engine postgres --version 17 --plan db-4-16 \
--region fra1 --replicas 1 --private-network app-net
avenlith db connection-string pg-main
Engines#
| Engine | Versions | Replicas | Point-in-time recovery |
|---|---|---|---|
| PostgreSQL | 15, 16, 17 | up to 5 | 14 days |
| MySQL | 8.0, 8.4 | up to 5 | 7 days |
| Valkey (Redis-compatible) | 8 | up to 2 | snapshots only |
High availability#
With one or more replicas, the primary fails over automatically in under 30 seconds. The connection string points at a DNS name that always resolves to the current primary.
Maintenance#
Minor versions and security patches are applied in your weekly maintenance window with a single failover.
Was this page helpful?
Still need help?
Our engineers answer tickets 24/7 — average first response in 7 minutes.