Production-grade Postgres clusters in one command. We handle backups, restores and standby failover — you get a connection string and ship.
Capabilities
Everything you’d build yourself the first time and regret the second time — done, tested, and metered like everything else on Simplifyd.
From your app
Your cluster is reachable from every service in the project over the private network. Set the connection string as a variable — we store it encrypted — and standard Postgres tooling just works. No proxies, no special drivers.
Read the cluster’s host and credentials, then set them as a variable on the service that needs them. Variables are encrypted at rest with your project key and injected into the container at deploy time.
Switching from your local Postgres is a one-line change in your env file. Your queries don’t care which side of the wire they’re on.
Pricing
Same model as the rest of Simplifyd — pay for the CPU, RAM and storage your cluster actually consumes, per second. No tiers, no minimums.
FAQ
pg_dump against your cluster at any time. Backups and WAL archiving go to a bucket you own and hold the credentials for, so the archive is yours to read directly if you’d rather build your own restore flow.pg_restore over the connection string — the usual way.