PostgreSQL standalone
One database instance, with its own resources and lifecycle.
Keep deployment, private connections and database recovery in one place. Managed databases give you verified backups and a separate copy to inspect before you switch your app.
One database instance, with its own resources and lifecycle.
A primary and replicas. The database controller manages replication and primary recovery.
One Redis instance. Back up values and expiry to an eligible S3 destination.
Data is distributed across shards, each with a replica in this example. Your app needs a cluster-aware client.
Illustrative topology, not live cluster state. Replicas still need capacity and separate failure domains for availability.
Start standalone or choose a primary with replicas. Private read/write and read-only endpoints give your application clear ways to connect. The database controller handles replication and primary recovery.
Scaling your app does not change the database’s replica count.
Run standalone or distribute data across shards with replicas. Grow or reduce the shard count after reviewing the change and taking a verified recent backup. Resizing checks real cluster health and slot ownership.
Redis Cluster needs a cluster-aware client.
A cluster needs enough compute and storage. Replicas on a single worker or VM do not provide availability if that worker, VM or shared disk is lost.
Restore into a separate database. Your source stays available while you inspect the copy. Replace the saved app connection and redeploy only after that review.
A verified archive.
A separate database.
Check the recovered data.
Acknowledge your review.
Replace the saved connection.
Redeploy your application.
A copy has a point in time. Writes made after that point do not follow it automatically. Coordinate writes and take a fresh capture before final cutover when needed.
These checks ran on development infrastructure. They do not establish production availability or an uptime guarantee.
Read the development acceptance recordYes, in eligible hosted workspaces with enough compute and storage. A Free allocation may fit a standalone database but not a cluster. Signup starts Cloud onboarding; it does not guarantee immediate compute. Self-hosted and BYO installations need operator setup.
No. Import an eligible Docker backup into a separate managed database while the source stays available. Inspect the copy before replacing your app’s connection. Changes after the capture point need a fresh capture before final cutover.
No. Replicas need enough compute and storage. A cluster on one worker or VM cannot remain available if that worker, VM or its shared disk is lost. Redis Cluster also requires a cluster-aware client.
The published Cloud BYOD launch plans describe dashboard and control-plane pricing; your provider’s compute is separate. Paid checkout is not open yet. This release announces no new database price or guaranteed allocation.