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 DatabasesDatabase Events — Cluster Activity Timeline
3 min read·Updated 2026-05-19

Database Events — Cluster Activity Timeline

TL;DR — The Events tab shows every lifecycle change for your cluster — created, resized, restored, backed up, failed over — in reverse chronological order. Use it to audit who changed what and to correlate dashboard alerts with platform actions.

Where to Find It

  1. Open the cluster
  2. Click the Events tab

You'll see a timeline of cards, newest first.

What Each Card Shows

FieldExample
Coloured dotA unique colour per event type — easy to scan
LabelHuman-readable description (e.g. Cluster Resized)
Event codeThe internal event type (e.g. cluster_resize)
TimestampWhen the event occurred (UTC)

Event Types

Event CodeLabelWhat It Means
cluster_createCluster CreatedThe cluster finished provisioning and reached "Online"
cluster_updateConfiguration UpdatedA config change was applied (firewall, pool, user, etc.)
cluster_deleteCluster DeletedThe cluster was destroyed
cluster_resizeCluster ResizedThe cluster was upgraded to a new tier or size
cluster_restoreCluster RestoredA restore from backup completed
cluster_maintenanceMaintenance PerformedAutomated patching ran during your maintenance window
cluster_master_promotionPrimary FailoverThe HA standby was promoted to primary (failover event)
cluster_backupBackup TakenAn automated backup completed
cluster_standby_createStandby CreatedAn HA standby node was provisioned (initial setup or resize)

Why You'd Look at This

  • Audit. Did the cluster restart at 03:14 because of a maintenance run, or because of an underlying incident? The event timeline tells you.
  • Postmortems. Cross-reference an outage with backup, resize, and failover events.
  • Capacity planning. Look at the frequency of resizes to plan future tier upgrades.
  • Failover verification. After a planned failover test, confirm cluster_master_promotion appears in the timeline.

What's Not in the Timeline

  • Per-user database operations (DROP TABLE, query execution) — those live in the engine's logs. Use Log Forwarding to capture them.
  • Application-level connection counts — see the Insights tab.
  • Replica-specific events — each replica has its own Events tab. Open the replica from the cluster list to see its history.

Replicas Have Their Own Timeline

Read replicas track their own events independently. Open the replica from the cluster list and check its Events tab.

Filtering & Searching

The current Events tab shows the full timeline without filters. For long-term retention, querying, and alerting on events, forward them via Log Forwarding to Datadog, OpenSearch, or another aggregator.

Frequently Asked Questions

How far back does the timeline go?

Several months by default — long enough for most postmortems. For longer retention forward events to your own observability platform.

Why don't I see a cluster_master_promotion event after a failover?

On HA clusters, failover happens transparently — by the time you check the timeline, the new primary is already promoted. Check the timestamps; the event card may have been the most recent on the day of the incident.

Can I get notified when an event happens?

Use Log Forwarding — alert on the relevant event in your destination (Datadog monitors, OpenSearch watchers, Papertrail alerts, etc.).


Related Guides

  • Database Monitoring & Performance Insights
  • Database Log Forwarding
  • Database Backups & Restore
  • Maintenance & Scaling
PreviousDatabase Log Forwarding — Datadog, OpenSearch, Papertrail, rsyslogNextDatabase Maintenance & Scaling — Window, Resize, Migrate, Destroy
On this page
  • Where to Find It
  • What Each Card Shows
  • Event Types
  • Why You'd Look at This
  • What's Not in the Timeline
  • Replicas Have Their Own Timeline
  • Filtering & Searching
  • Frequently Asked Questions
  • How far back does the timeline go?
  • Why don't I see a clustermasterpromotion event after a failover?
  • Can I get notified when an event happens?
  • Related Guides

Was this helpful?

AI Tools