Databases that page the on-call so you don't have to.
Managed Postgres 16, MySQL 8, Redis 7 and MongoDB 7 with sync-replicated HA, second-granularity PITR and read replicas in any region.
- No credit card to start
- Free migrations
- Cancel any time
# point-in-time restore to 14:23:48 $ hostengine db restore --cluster "db_pg16_8x32" \ --at "2026-04-26T14:23:48Z" --into "db_pg16_recovery" ✓ shipped 14h WAL · target reached in 7m 22s ✓ available at db_pg16_recovery.fra1.hostengine.dev
Pick your stack, we'll run it correctly.
pg_vector, partitioning, logical replication
ProxySQL, group replication, online DDL
Cluster mode, ACL2, function modules
Replica sets, sharding, vector search
Failover that hits within 30 seconds.
Synchronous replication to a warm standby in a different fault zone, automatic election when the primary stops responding. We measure failover end-to-end every week.
- Sync replication for zero RPO on Production+
- Automatic primary election with split-brain protection
- Drill failover from the dashboard with a single click
Slow-query telemetry + index advisor.
We tail pg_stat_statements (or the equivalent) and bubble up the queries actually costing you something. The advisor suggests indexes you can apply with one click.
- pg_stat_statements / performance_schema rolled up automatically
- Index advisor with simulated cost diff before applying
- Query plan tree visualisation with hot-path highlighting
- SELECT * FROM orders WHERE customer_id=$1184 ms · seq scan Suggest idx_orders_customer
- UPDATE jobs SET state='done' WHERE id=$18 ms · pkey lookup ok
- SELECT count(*) FROM events WHERE ts>now()-'7d'::interval1.2 s · partition prune missing Suggest pg_partman
- DELETE FROM sessions WHERE expires<now()62 ms · index scan ok
Move in without downtime.
Logical replication for Postgres, blue-green for MySQL, mongodump for Mongo. Our team plans the cutover, runs the dual-write window and flips the traffic with you on a call.
- Free migration assist on every Production+ plan
- Validation diff catches schema drift before cutover
- Rollback plan that we will execute if cutover fails
- 1 Snapshot + ship WAL/binlogAsync, safe to run during business hours
- 2 Replay until lag < 5sValidation diff runs in parallel
- 3 Pause writes, drain, switchTypical window: 12 – 60 seconds
- 4 Resume writes against HostEngineSource DB kept warm for 7 days as fallback
From dev sandbox to multi-region quorum.
Side projects, prototypes, staging.
- 1 vCPU · 1 GB RAM · 25 GB NVMe
- Single-node, daily backups
- Connection pooler (PgBouncer / ProxySQL)
- Free TLS, RBAC, audit log
- Auto-upgrade to next minor
Live workloads with HA.
- 4 vCPU · 16 GB RAM · 200 GB NVMe
- Primary + warm standby (sync)
- Point-in-time recovery, 30-day window
- 1 read replica included, more $14/mo
- Slow-query insights + index advisor
- 5-minute support reply SLA
Mission-critical OLTP and analytics.
- 16 vCPU · 64 GB RAM · 1 TB NVMe
- Quorum HA (3 nodes, 2 zones)
- 5-minute snapshots + 90-day PITR
- 5 read replicas, cross-region available
- Dedicated DBE on Slack
- Custom Postgres extensions + RDS-blue-green migrate
All plans include daily backups, TLS, RBAC, audit log and connection pooler. Migration assist included on Production and above.
Backends that cannot afford a midnight page.
Fintech backend lead
OLTP at 9k TPS, regulated
Premium plan with 3-node quorum, encrypted-at-rest with KMS keys they own. Failover during a zone reboot completed in 18 seconds, no app errors.
B2B SaaS team
Customer-tenant Postgres
One Production cluster with two read replicas; their pgBouncer pool absorbs 14k concurrent connections from 600 tenants. Cost: $123/mo, replacing $480 RDS.
Analytics engineer
20-second dashboards on a 280 GB warehouse
Promotes a read replica to a separate analytics endpoint. Index advisor lifted ten heavy queries to sub-1 second after a single round of suggestions.
Talks to the clients, ORMs and pipelines you ship.
Integrates with the stack you already use
- psql
- Prisma
- Drizzle
- TypeORM
- Knex
- ActiveRecord
- Hibernate
- Sequel
- Liquibase
- Flyway
- Datagrip
- DataDog DBM
- Grafana
DB engineer questions, DB engineer answers.
Which engines and versions?
How does PITR work?
Can I bring my own extensions?
How do migrations work?
Is the connection pooler included?
Do read replicas replicate cross-region?
Trusted by 180,000+ teams in 140 countries
Stop carrying the on-call pager.
Spin up a Postgres cluster with PITR, HA and read replicas in two minutes. We migrate your existing DB for free.
- No credit card to start
- Free migration from any provider
- 99.99% uptime SLA, in writing
# spin up a 4 vCPU / 8 GB cloud VPS in 55s $ hostengine vps create --plan "performance-4x8" --region "fra1" ✓ provisioned vps_2x9k1q (172.247.18.42) ✓ image debian-12 ready · ssh keys attached ✓ snapshot policy: hourly · backups: 30 days $ hostengine domain attach "trading.acme.io" --ssl ✓ DNS verified · Let's Encrypt cert issued in 6.4s