Managed PostgreSQL
Dedicated PostgreSQL 16 servers provisioned and configured automatically. You get a connection string — redu.cloud handles the setup.
How it works
- Go to Managed → Databases and click New database
- Choose a name, server size, and SSH keypair
- redu.cloud creates a dedicated Ubuntu server with PostgreSQL pre-configured
- Once provisioning is complete (~5 minutes), your connection string appears
What’s included
- PostgreSQL 16 (or 14/15)
- Dedicated server — no shared resources
- Your own username, password, and database
- Server accessible on port 5432
Pricing
Billed as a standard compute instance. There is no additional database fee. A Medium server (£20/month) is the starting point for most applications.
Connection string format
postgresql://YOUR_USER:YOUR_PASSWORD@SERVER_IP:5432/YOUR_DATABASEUse this with any PostgreSQL client, ORM, or framework.
Backups
Use the standard snapshot feature to back up the server at any point. Automated daily backups are on the roadmap.
Related
- Managed Redis — add a cache layer
- Databases API
Last updated on