✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Charts for WP Migrate DB Pro: migration ops dashboard

WP Migrate DB Pro persists profiles, recent migrations and find-replace rule sets in wp_options under wpmdb_* keys. SleekView reads those keys and renders a workspace built around stale profiles, job outcomes, rule complexity and migration cadence.

♾️ Lifetime License available

SleekView Charts dashboard for WP Migrate DB Pro

Pro migration profiles deserve a real ops dashboard

WP Migrate DB Pro upgrades the free plugin with media sync, theme and plugin file sync, scheduled migrations and per-profile push and pull configuration. Each profile, addon setting and recent job state lands in wp_options under the wpmdb_settings and wpmdb_recent_migrations keys. The native UI lists profiles one at a time, which works for a single migration and starts to creak the moment an agency manages ten clients with custom find-replace rule sets per project.

SleekView Charts reads those wpmdb_ option keys and pivots the serialized arrays into rows: profile name, type, source, target, last run, outcome, rule count. From there a Number card counts profiles that haven't run in 30 days, a donut breaks recent jobs down by outcome, a horizontal bar lists profiles by find-replace rule count, and an area chart tracks migrations per week so capacity is visible.

The plugin also tracks scheduled migrations through Action Scheduler, which writes to actionscheduler_actions with a wpmdb-schedule hook. SleekView can join those rows to show success rates by schedule, which the default UI never exposes side by side.

Workflow

From wpmdb_ option keys to a migration dashboard

1

Connect SleekView to wp_options

Point the view at wp_options filtered to wpmdb_* keys so profiles, recent migrations and find-replace rule sets become first-class rows you can chart against.
2

Pivot serialized profile arrays

SleekView pivots stored option arrays into columns: profile name, migration type (push, pull, export, find-replace), source URL, target URL, last_run timestamp, outcome status and rule count.
3

Add the four chart cards

A Number KPI for stale profiles, a donut for recent outcomes, a horizontal bar for find-replace rule complexity per profile, and an area chart for migrations per week.
4

Pin to the agency ops sidebar

Save the view, pin it for the platform team, and gate it behind a custom capability so credentials baked into profile rows stay scoped to senior engineers only.

Sample dashboard

Charts you can build from WP Migrate DB Pro data

Four cards that pivot wpmdb_ option keys into a migration ops dashboard with stale-profile, outcome, rule-complexity and cadence views.
Number · Default

Stale profiles, no run in 30 days

Single big-number KPI counting wpmdb profiles whose last_run timestamp on wpmdb_recent_migrations is older than 30 days, the quarterly cleanup signal for agencies juggling many client profiles.
Count
Pie · Donut

Recent migration outcomes

Donut over the wpmdb_recent_migrations array grouped by outcome (success, failed, cancelled, partial) so a spike in failures is visible without opening each profile in the native UI.
Count group by outcome
Bar · Horizontal

Find-replace rules per profile

Horizontal bar of profiles by number of find-replace rules stored on wpmdb_settings, surfacing brittle high-rule configurations that are likely to break on the next release.
Count group by profile_name
Area · Gradient

Migrations per week

Gradient area chart of migrations grouped by week using the last_run timestamps from wpmdb_recent_migrations, useful for spotting release-cycle peaks and planning ops bandwidth around them.
Count group by last_run

Comparison

Default WP Migrate DB Pro UI vs SleekView Charts

Default WP Migrate DB Pro UI

  • Profiles are shown as a flat list with no count of stale or unused ones.
  • Recent job state lives per profile, with no cross-profile outcome distribution.
  • Find-replace complexity per profile is buried in a modal, not visualized.
  • Migration cadence over time is not surfaced anywhere in the UI.
  • Agency dashboards across many client sites require copying data into spreadsheets.

SleekView Charts

  • Stale-profile KPI for quarterly cleanup, pulled from wpmdb_recent_migrations.
  • Outcome donut across recent migrations for at-a-glance health.
  • Rule-complexity bar to identify maintenance debt per profile.
  • Migration cadence area chart for release-cycle capacity planning.
  • Capability-gated views so non-ops roles cannot see migration credentials.

Features

What SleekView Charts gives you for WP Migrate DB Pro

Cleanup candidates surfaced

Stale-profile count makes the quarterly tidy-up actionable instead of a long scroll through the WPMDB profiles panel for every client site under retainer.

Outcome health at a glance

Recent jobs grouped by outcome so a sudden uptick in failed pushes or pulls is visible without opening each profile and reading the per-job status modal.

Rule-set complexity

Find-replace rule counts per profile surface the configurations that are brittle, slow to run, and worth reviewing before the next product release goes out.

Audience

Who builds WP Migrate DB Pro charts dashboards with SleekView

DevOps and platform teams

Health dashboard for nightly syncs and scheduled migrations, with failure outcomes surfaced before they cascade into the staging cycle.

WordPress agencies

Per-client migration audit for monthly retainers, with stale profiles flagged for cleanup and rule complexity exposed.

Compliance reviewers

Outcome distribution and migration frequency as evidence of release discipline during SOC 2 and ISO 27001 audits.

The bigger picture

Migration tools earn trust through visibility, not just speed

Database migrations are a high-trust operation. When something fails, it usually fails in the middle of the night or right before a launch. WP Migrate DB Pro ships a strong runtime, but the read-side reporting layer is sparse: lots of profiles, no aggregate view.

Charting the wpmdb option keys gives ops a real surface to read health from. Stale profiles, outcome distributions, rule complexity and cadence stop being tribal knowledge and become a daily artifact that platform engineers, agency PMs and compliance reviewers can all see at the same time.

Questions

Common questions about SleekView Charts for WP Migrate DB Pro

Yes. Both versions write to the same wpmdb_ option key namespace, so SleekView's data source is compatible. Pro adds media sync and theme-file sync rows that show up in the same recent_migrations array.

 

Yes. Group or filter the migration rows by the type column, which the wpmdb_recent_migrations array stores as push, pull, export, import or find-replace. Each chart card supports filters from the same column.

 

By default the wpmdb_ option data is read-only in SleekView. Inline edits can be enabled per column with care, but most teams keep migration data scoped to reads since it carries credentials.

 

SleekView views are capability-gated. Profile rows include endpoint metadata, but credentials live in encrypted option values that SleekView does not decrypt or expose by default.

 

No. WP Migrate DB Pro does not persist a per-row change log, so the chart layer can only show outcome and high-level metadata, not the row-level delta of a given push or pull.

 

WP Migrate DB Pro persists the most recent migrations to wpmdb_recent_migrations with retention controlled by plugin settings, usually the last 25 to 100 jobs depending on configuration.

 

Yes. SleekView saved views are per-user, so a devops lead and an agency project manager can each have a pinned dashboard tuned to their own filters and chart cards.

 

Each site renders its own dashboard out of the box. Cross-site aggregation requires a custom data source that joins wpmdb option data from multiple sites into a single table.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView