Managed databases

PostgreSQL, MySQL and Valkey with automatic failover, point-in-time recovery and private networking.

Guide1 min readUpdated 22 Sept 2026.md
On this page

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#

EngineVersionsReplicasPoint-in-time recovery
PostgreSQL15, 16, 17up to 514 days
MySQL8.0, 8.4up to 57 days
Valkey (Redis-compatible)8up to 2snapshots 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.

Contact support