EasyCloudify
Solutions
  • Cloud PlatformImprove team productivity and integrate popular workflow applications.
  • Cloud Servers (VPS)NVMe SSD servers deployed in under 60 seconds.
  • Object StorageS3-compatible storage with built-in global CDN.
  • Managed DatabasesManaged PostgreSQL, MySQL, MongoDB, Valkey, Kafka & OpenSearch.
  • Managed WordPressManaged WordPress hosting, so you can focus on your business.
  • MarketplaceFind an app that suits you, then spin it up in 60 seconds or less.
  • Mail HostingPrivacy First Email Hosting for your business.
  • SEO & AI Visibility AuditAudit your site for SEO and AI answer engine visibility.
  • SecurityRock-solid application security for your peace of mind.
  • Register DomainsRegister your domain with us and get started.
Company
  • About
  • Legal
Resources
  • Blog
  • Guides
  • Status
Get Started
  • Contact Sales
  • Pricing
  • Dashboard
EasyCloudifyEasyCloudify
PricingContact
Log inStart deploying
EasyCloudify logoEasyCloudify

Fully managed cloud infrastructure — deploy in minutes, not days.

Newsletter

The latest news, articles, and resources — delivered weekly.

Product

  • Cloud Platform
  • Marketplace
  • Managed WordPress
  • Mail Hosting
  • Security

Support

  • Open a Ticket
  • Documentation
  • Contact Sales
  • System Status

Company

  • About
  • Global Infrastructure
  • Blog
  • Pricing

Legal

  • Terms of Service
  • Privacy Policy
  • Acceptable Use
  • All Legal Docs

  • Cloud Platform
  • Marketplace
  • Managed WordPress
  • Mail Hosting
  • Security

  • Open a Ticket
  • Documentation
  • Contact Sales
  • System Status

8 The Green, Suite A, Dover DE 19901, USA
+1 (302) 534-3122

© 2026 EasyCloudify LLC. All rights reserved.

Rated on Trustpilot
Terms of ServicePrivacy PolicyAcceptable Use
EasyCloudifyDocs
⌘K
Managed Databases — Overview, Engines & PlansCreate a Database Cluster — Step-by-StepConnect to Your Managed Database — URIs, SSL & DriversDatabase Users & Logical DatabasesConnection Pooling — PgBouncer for PostgreSQL & MySQLDatabase Firewall & Trusted SourcesDatabase Monitoring & Performance InsightsDatabase Backups & RestoreDatabase Read Replicas — Scale Reads & Isolate WorkloadsDatabase Log Forwarding — Datadog, OpenSearch, Papertrail, rsyslogDatabase Events — Cluster Activity TimelineDatabase Maintenance & Scaling — Window, Resize, Migrate, Destroy
HomeDocsManaged DatabasesManaged Databases — Overview, Engines & Plans
4 min read·Updated 2026-05-19

Managed Databases — Overview, Engines & Plans

TL;DR — Managed Databases give you a fully maintained database cluster — automated backups, monitoring, security patching, and optional high availability — without managing a single server. Pick an engine, pick a tier, pick a region. Available at /cloudpanel/databases.

What Are Managed Databases?

A Managed Database on EasyCloudify is a database cluster we provision, operate, patch, back up, and monitor on your behalf. You consume it like a service — over a connection string — and we handle:

  • Provisioning and decommissioning
  • Daily automated backups + on-demand restores
  • Security patches and minor version upgrades during your maintenance window
  • High availability failover (HA tier)
  • Encryption in transit (TLS) and at rest
  • 99.99% uptime SLA on multi-node tiers
  • Built-in metrics, logs, and event history

Supported Engines

EngineVersionUse CaseReplicasPooling
PostgreSQL17Relational + JSON + extensions (pgvector, PostGIS…)✅✅
MySQL8Classic relational, broad ORM compatibility✅✅
MongoDB7.0NoSQL document store, flexible schemas✅—
Valkey8In-memory cache, queues, pub/sub (Redis-compatible)✅—
Kafka3.8Event streaming, durable message queue——
OpenSearch2Full-text search & log analytics——

The engine and version are locked when the cluster is created.

Tiers

TierNodesvCPU / RAMStorageUse Case
Starter11 / 1 GB10 GiBDevelopment, staging, low-traffic production
High Availability (HA)22 / 4 GB61 GiBProduction with automatic failover
Cluster (Kafka only)32 / 2 GB per node—Distributed event streaming with replication
  • Starter is a single node — best price, no failover.
  • HA runs a hot primary + standby in the same region. If the primary fails, the standby is promoted automatically; your app reconnects in seconds.
  • Cluster is a 3-node Kafka deployment for message durability and partition tolerance.

You can upgrade tiers (Starter → HA) later from cluster settings — downgrades require support.

Regions

Clusters can be deployed in any of our global regions. Region selection determines:

  • Latency — pick the region closest to your application servers
  • Data residency — comply with GDPR, CCPA, or local data regulations
  • Failover scope — HA failover is in-region; cross-region resilience is via read replicas

You can migrate a cluster to a different region later (see Maintenance & Scaling).

How Pricing Works

Every cluster is backed by one subscription plan purchased from the Pricing page:

  1. Buy a managed-database plan (engine + tier specific) on the Plans page.
  2. Each plan = one deployable cluster.
  3. Spin up the cluster from /cloudpanel/databases.
  4. Resize the cluster → your subscription upgrades automatically.
  5. Destroy the cluster → the subscription remains active; cancel it separately if you no longer need it.

To run multiple clusters of the same engine, buy multiple plans. To run different engines (e.g. one PostgreSQL + one Valkey for caching), buy one plan per engine.

💡 Read replicas also need a subscription each — typically a Starter plan matching the primary's engine.

What You Can Do From the Dashboard

SectionWhat You Manage
OverviewEngine, version, region, status, created date
InsightsLive CPU / memory / disk / connections / engine-specific metrics
ConnectionPublic + private (VPC) URI, host, port, database, user, password
Users & DatabasesAdd / remove database users, create logical databases
Pools (PG / MySQL)Connection pools with transaction / session / statement modes
FirewallTrusted sources by IP, Droplet, Kubernetes cluster, tag, or App
BackupsBrowse automated backups, request a restore
ReplicasProvision and list read-only replicas
LogsForward cluster logs to Datadog / OpenSearch / Papertrail / rsyslog
EventsAudit timeline of every cluster change
SettingsAdd replica, change region, resize tier, destroy cluster, set maintenance window

Before You Start

  • You have an EasyCloudify account
  • You have purchased at least one Managed Database plan from the Pricing page (or /cloudpanel/account/plans)
  • You know which engine, tier, and region your workload needs

Next Steps

  • Create a Database Cluster — full step-by-step walkthrough
  • Connect to Your Database — connection URIs, SSL, drivers
  • Database Users & Databases — add users and logical DBs
  • Monitoring & Performance Insights — read the metrics
  • Backups & Restore — recover from data loss
  • Read Replicas — scale reads, isolate analytics
PreviousSnapshots — Create, Restore, and Delete Server Snapshots on EasyCloudifyNextCreate a Database Cluster — Step-by-Step
On this page
  • What Are Managed Databases?
  • Supported Engines
  • Tiers
  • Regions
  • How Pricing Works
  • What You Can Do From the Dashboard
  • Before You Start
  • Next Steps

Was this helpful?

AI Tools