Managed Databases
Powered by Apps
PostgreSQL, MariaDB, and Redis run on the same one-click Apps platform as the rest of your stack. Pick a tier, get a connection string, point your app at it. Automated backups and scaling come standard.
What you get
- PostgreSQL with point-in-time recovery (CNPG)
- MariaDB with managed replication and backups
- Redis - cache or persistent, your call
- Off-cluster S3 backups with one-click restore
- Vertical scaling - change tiers any time
- Private connections within your project
All of this lives inside our Apps platform - pick a template, pick a tier, ship in minutes.
Ready-made templates
Deploy one of these in a couple of clicks - no setup, no config files.
- PostgreSQLA PostgreSQL database you connect to over the network, run by the CloudNativePG operator. Pick a single node for a side project or a high-availability plan with replicas and automatic failover for something that has to stay up. Backups go to object storage on a schedule, and major-version upgrades happen when you choose them rather than when we do.
- MariaDBA MariaDB server run by the MariaDB operator, which is what most PHP applications mean when they ask for MySQL. Single node or a replicated high-availability plan. Scheduled backups, monitored disk usage, and a connection string rather than a server to look after.
- RedisRedis for sessions, queues and caching. The cache plan keeps everything in memory and is the cheaper option; the persistent plan writes to disk so the data survives a restart. Choose persistent if losing the contents would matter. Choose cache if it would only mean a slow first request.